use proper context for qwen3-coder

This commit is contained in:
Michael Neale
2025-11-05 13:55:45 +11:00
parent 88c3cc23fe
commit 79b375519b
2 changed files with 6 additions and 1 deletions

View File

@@ -81,6 +81,9 @@ pub const OLLAMA_KNOWN_MODELS: &[&str] = &[
"qwen2.5:7b",
"qwen2.5:14b",
"qwen2.5:32b",
"qwen2.5-coder",
"qwen2.5-coder:7b",
"qwen3-coder",
"phi3",
"gemma2",
];