diff --git a/opencode/config.json b/opencode/config.json index e45aa95..bd76223 100644 --- a/opencode/config.json +++ b/opencode/config.json @@ -9,8 +9,8 @@ "apiKey": "{env:LLAMA_API_KEY}" }, "models": { - "llamacpp/Qwen3-Coder-30B-A3B-Instruct-Q8_0": { - "name": "Qwen3-Coder-30B-A3B-Instruct-Q8", + "llamacpp/Qwen3-Coder-30B-A3B-Instruct-Q6_K": { + "name": "Qwen3-Coder-30B-A3B-Instruct-Q6", "limit": { "context": 262144, "output": 262144 @@ -35,5 +35,5 @@ "enabled": true } }, - "model": "llama-stack/llamacpp/Qwen3-Coder-30B-A3B-Instruct-Q8_0" + "model": "llama-stack/llamacpp/Qwen3-Coder-30B-A3B-Instruct-Q6_K" }