From d6e0e9f2d9bc344ed49be61cf43c98bf66b4203a Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 15 Apr 2026 08:59:11 -0400 Subject: [PATCH] smaller output capacity in order to maintain strong tok/s gen speed --- opencode/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode/config.json b/opencode/config.json index bd76223..c50afc8 100644 --- a/opencode/config.json +++ b/opencode/config.json @@ -13,7 +13,7 @@ "name": "Qwen3-Coder-30B-A3B-Instruct-Q6", "limit": { "context": 262144, - "output": 262144 + "output": 8192 }, "cost": { "input": 0,