diff --git a/opencode/config/config.json b/opencode/config/config.json index 3c48ffb..23a900d 100644 --- a/opencode/config/config.json +++ b/opencode/config/config.json @@ -1,6 +1,6 @@ { "$schema": "https://opencode.ai/config.json", - "model": "ollama/qwen3:8b-16k", + "model": "ollama/qwen2.5-coder:14b", "provider": { "ollama": { "npm": "@ai-sdk/openai-compatible", @@ -32,6 +32,14 @@ "output": 8192 } }, + "qwen2.5-coder:14b": { + "name": "Qwen2.5 Coder 14B", + "tools": true, + "limit": { + "context": 32768, + "output": 8192 + } + }, "mistral:latest": { "name": "Mistral 7B", "tools": true,