From ac4e4f23183f1e1f314b910cac59a8328ab241d9 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 11:19:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=87=E6=8D=A2=20librarian=20?= =?UTF-8?q?=E5=92=8C=20explore=20=E6=A8=A1=E5=9D=97=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E4=B8=BA=20gemini-3-flash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 librarian 和 explore 模块的模型配置切换为 google-gateway/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 a9aaaac..388d206 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -19,11 +19,13 @@ }, "librarian": { // Docs, GitHub search - "model": "opencode/big-pickle" + // "model": "opencode/big-pickle" + "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