add model to MistralConfig
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "own_assist_common"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0"
|
||||
|
||||
|
||||
@@ -87,6 +87,7 @@ pub struct OllamaModelConfig {
|
||||
pub struct MistralConfig {
|
||||
#[serde(rename = "api-key")]
|
||||
pub api_key: String,
|
||||
pub model: String,
|
||||
#[serde(rename = "system-prompt")]
|
||||
pub system_prompt: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user