From 74af1b6c76a3626c12270e37437fa87f28887d85 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 10 Mar 2026 09:33:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20librarian?= =?UTF-8?q?=E3=80=81explore=20=E4=B8=8E=20writing=20=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c5832dd..e1180df 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -4,8 +4,8 @@ "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.3-codx", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, - "librarian": { "model": "litellm/glm-4.7" }, - "explore": { "model": "litellm/minimax-m2.5" }, + "librarian": { "model": "google/gemini-3-flash-preview" }, + "explore": { "model": "litellm/grok-code-fast-1" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, @@ -20,7 +20,7 @@ "quick": { "model": "anthropic/claude-haiku-4-5" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, "unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" }, - "writing": { "model": "litellm/kimi-k2.5" } + "writing": { "model": "google/gemini-3-flash-preview" } }, "git_master": { "commit_footer": false,