This commit is contained in:
parent
94ec42ea74
commit
db1acbbd3c
6 changed files with 77 additions and 13 deletions
|
@ -14,13 +14,13 @@ pub struct InstallConfig {
|
|||
/// SSH Configuration
|
||||
pub ssh: Option<SSHConfig>,
|
||||
/// Ollama AI Config
|
||||
pub ai: Option<OllamaConfig>
|
||||
pub ai: Option<OllamaConfig>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct OllamaConfig {
|
||||
pub models: Option<Vec<String>>,
|
||||
pub gpu: bool
|
||||
pub gpu: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue