From 77f2bff61a785f7bbd735840a290986a7e3e4c66 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 12 Jan 2026 12:24:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E4=B8=BB=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=B8=BAClaude=20Sonnet=204.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新配置以将主要模型从Claude 4.5切换为Claude Sonnet 4.5。 --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 979114c..3a37732 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "autoupdate": "notify", "theme": "tokyonight", - "model": "gateway/claude-claude-4-5", + "model": "gateway/claude-sonnet-4-5", "small_model": "gateway/gemini-3-flash-preview", "plugin": [ "@tarquinen/opencode-dcp@latest",