From 447d49522e2100412b3df3333765e5aa15b735d8 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 28 Mar 2026 18:03:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=20small=5Fmodel=20?= =?UTF-8?q?=E8=87=B3=20GPT-5.4=20Mini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 52c5932..d177f2f 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,7 @@ "plugin": ["oh-my-opencode@latest"], "autoupdate": false, "model": "anthropic/claude-opus-4-6", - "small_model": "anthropic/claude-haiku-4-5", + "small_model": "openai/gpt-5.4-mini", "provider": { "anthropic": { "npm": "@ai-sdk/anthropic",