From 6ffb2b40030d09c2e394c1000b81bbccc303278f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:32:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=E4=B8=BA=20gemini-3-flash?= =?UTF-8?q?=20=E5=92=8C=20claude-sonnet-4-5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多个代理的模型配置更新为使用 gemini-3-flash 和 claude-sonnet-4-5,以提升性能和响应效率。 --- oh-my-opencode.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index b5d2895..017af40 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { "Sisyphus": { - "model": "anthropic-gateway/claude-opus-4-5-thinking" + "model": "anthropic-gateway/claude-sonnet-4-5" }, "Planner-Sisyphus": { "model": "anthropic-gateway/claude-opus-4-5-thinking" @@ -14,10 +14,10 @@ "model": "google-gateway/gemini-3-pro-high" }, "librarian": { - "model": "glm-coding-plan/glm-4.7" + "model": "google-gateway/gemini-3-flash" }, "explore": { - "model": "opencode/grok-code" + "model": "google-gateway/gemini-3-flash" }, "document-writer": { "model": "google-gateway/gemini-3-flash"