From 0e895d0fbc4823e3bdc11f23a483243f010427fe Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 30 Jan 2026 20:14:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E4=B8=BA=20claude-sonnet-4-5=20=E4=BB=A5=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将模型更新为 claude-sonnet-4-5 以提升性能和响应质量。 --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index ec76029..19f0ff9 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "autoupdate": "notify", "theme": "system", - "model": "cpa-anthropic/claude-opus-4-5", + "model": "cpa-anthropic/claude-sonnet-4-5", "small_model": "cpa-google/gemini-3-flash", "plugin": [ "oh-my-opencode@latest",