feat: 更新小模型为 gemini-3-flash 版本

- 将小模型更新为 gemini-3-flash 版本
This commit is contained in:
2026-01-26 10:32:03 +08:00
parent f15954f438
commit 8d0daac00c

View File

@@ -3,7 +3,7 @@
"autoupdate": "notify", "autoupdate": "notify",
"theme": "tokyonight", "theme": "tokyonight",
"model": "anthropic-gateway/claude-sonnet-4-5", "model": "anthropic-gateway/claude-sonnet-4-5",
"small_model": "google-gateway/gemini-2.5-flash-lite", "small_model": "google-gateway/gemini-3-flash",
"plugin": ["oh-my-opencode"], "plugin": ["oh-my-opencode"],
"provider": { "provider": {
"anthropic-gateway": { "anthropic-gateway": {