We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd04fe2 + 9383b2b commit 002d29cCopy full SHA for 002d29c
1 file changed
ollama-rs/src/models.rs
@@ -54,6 +54,8 @@ pub struct ModelInfo {
54
pub template: String,
55
#[serde(default = "serde_json::Map::new")]
56
pub model_info: serde_json::Map<String, serde_json::Value>,
57
+ #[serde(default = "Vec::new")]
58
+ pub capabilities: Vec<String>,
59
}
60
61
// Options for generation requests to Ollama.
0 commit comments