From 97e15f33fbfc5288628756f095a2fa0087a5c9f9 Mon Sep 17 00:00:00 2001 From: c4ch3c4d3 Date: Fri, 28 Aug 2026 20:26:55 -0600 Subject: [PATCH] Add Blackwell-Auto and set as default model --- opencode.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/opencode.json b/opencode.json index 7e3057f..01c9627 100644 --- a/opencode.json +++ b/opencode.json @@ -62,6 +62,15 @@ "low": { "reasoningEffort": "low" } } }, + "Blackwell-Auto": { + "name": "Blackwell-Auto", + "reasoning": true, + "variants": { + "high": { "reasoningEffort": "high" }, + "medium": { "reasoningEffort": "medium" }, + "low": { "reasoningEffort": "low" } + } + }, "Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL": { "limit": { "context": 32768, "output": 32768 }, "name": "Qwen3-4b" @@ -69,6 +78,6 @@ } } }, - "model": "zuccaro/GLM-5.3-Flash", + "model": "zuccaro/Blackwell-Auto", "small_model": "zuccaro/Qwen3.8-27B-NVFP4" }