chore: 将主模型切换为Claude Sonnet 4.5

- 更新配置以将主要模型从Claude 4.5切换为Claude Sonnet 4.5。
This commit is contained in:
2026-01-12 12:24:55 +08:00
parent 80c2a77ed9
commit 77f2bff61a

View File

@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"autoupdate": "notify", "autoupdate": "notify",
"theme": "tokyonight", "theme": "tokyonight",
"model": "gateway/claude-claude-4-5", "model": "gateway/claude-sonnet-4-5",
"small_model": "gateway/gemini-3-flash-preview", "small_model": "gateway/gemini-3-flash-preview",
"plugin": [ "plugin": [
"@tarquinen/opencode-dcp@latest", "@tarquinen/opencode-dcp@latest",