From 4f57e21c7ec3de9c9a2af83a5874a26c4f40f31a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 14:20:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=20librarians=20=E5=92=8C=20ex?= =?UTF-8?q?plore=20=E6=A8=A1=E5=9D=97=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=B8=BA=20gemini-3-flash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 librarians 和 explore 模块的模型配置切换为使用 gemini-3-flash。 --- oh-my-opencode.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index eaccb70..2aa22dc 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -19,11 +19,13 @@ }, "librarian": { // Docs, GitHub search - "model": "glm-coding-plan/glm-4.7" + // "model": "glm-coding-plan/glm-4.7" + "model": "google-gateway/gemini-3-flash" }, "explore": { // Fast codebase grep - "model": "opencode/gpt-5-nano" + // "model": "opencode/gpt-5-nano" + "model": "google-gateway/gemini-3-flash" }, "multimodal-looker": { // PDF/image analysis