From 8d0daac00c9d5fef9f78e24fc8d9a7f79938f746 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 10:32:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=B0=8F=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E4=B8=BA=20gemini-3-flash=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将小模型更新为 gemini-3-flash 版本 --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 31ce42c..ecdc6d3 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,7 @@ "autoupdate": "notify", "theme": "tokyonight", "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"], "provider": { "anthropic-gateway": {