From 3d5dbe0b1aa2e0c93765a4e35f2c25e5690fb82b Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 10:00:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=BF=E6=8D=A2=E5=B0=8F=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E4=B8=BA=20gemini-2.5-flash-lite=20=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将小模型替换为 gemini-2.5-flash-lite 版本以提升性能和效率。 --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index ecdc6d3..31ce42c 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-3-flash", + "small_model": "google-gateway/gemini-2.5-flash-lite", "plugin": ["oh-my-opencode"], "provider": { "anthropic-gateway": {