From 1a83a1a1975cea426362b3f2834fc74940536fee Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 30 Jan 2026 15:25:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BA=20gemini-3-pro=20=E5=B9=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E9=AB=98=E9=98=B6=E9=99=90=E5=88=B6=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将模型名称从 gemini-3-pro-high 更新为 gemini-3-pro 并移除高阶限制标识 --- opencode.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 79f7ac1..3ca27f2 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -60,8 +60,8 @@ "apiKey": "{env:CPA_API_KEY}" }, "models": { - "gemini-3-pro-high": { - "name": "Gemini 3 Pro (High)", + "gemini-3-pro": { + "name": "Gemini 3 Pro", "limit": { "context": 1048576, "output": 65536 }, "modalities": { "input": ["text", "image", "pdf"],