From 26bff0c2c1737e4797f5592ef4653309a58ef683 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sat, 27 Jun 2026 08:20:08 -0700 Subject: [PATCH] added qwen coder to opencode options --- opencode/config/config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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,