added qwen coder to opencode options

This commit is contained in:
2026-06-27 08:20:08 -07:00
parent 3510ff39fb
commit 26bff0c2c1
+9 -1
View File
@@ -1,6 +1,6 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"model": "ollama/qwen3:8b-16k", "model": "ollama/qwen2.5-coder:14b",
"provider": { "provider": {
"ollama": { "ollama": {
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
@@ -32,6 +32,14 @@
"output": 8192 "output": 8192
} }
}, },
"qwen2.5-coder:14b": {
"name": "Qwen2.5 Coder 14B",
"tools": true,
"limit": {
"context": 32768,
"output": 8192
}
},
"mistral:latest": { "mistral:latest": {
"name": "Mistral 7B", "name": "Mistral 7B",
"tools": true, "tools": true,