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