From cb8b64a69e72004cae02978010f54c6997d72bdd Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 09:57:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=8E=E6=90=9C=E7=B4=A2=E6=A8=A1=E5=9E=8B=E4=B8=BAbig-pickl?= =?UTF-8?q?e=E5=92=8Cgpt-5-nano?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新模型配置,将文档与GitHub搜索使用的模型改为opencode/big-pickle,将代码库快速搜索模型改为opencode/gpt-5-nano,将多模态查看模型保持不变。 --- oh-my-opencode.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index f8bfbea..de36b13 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -19,11 +19,11 @@ }, "librarian": { // Docs, GitHub search - "model": "glm-coding-plan/glm-4.7" + "model": "opencode/big-pickle" }, "explore": { // Fast codebase grep - "model": "opencode/grok-code" + "model": "opencode/gpt-5-nano" }, "multimodal-looker": { // PDF/image analysis