From 6eff5326d257d66b3bb886a469f6fa40a84d2648 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 14 Apr 2026 23:14:33 -0400 Subject: [PATCH] switched model to Q6 quant --- opencode/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }