From 9a096ea7656842855a676bd553e37436141a037e Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sun, 29 Mar 2026 16:26:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=20explore=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=87=B3=20MiniMax=20M2.7=20=E5=B9=B6?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20Grok=20Code=20Fast=201=20=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 2 +- opencode.jsonc | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index e0458c7..4f6e558 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -5,7 +5,7 @@ "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "librarian": { "model": "ai-gateway/minimax-m2.7" }, - "explore": { "model": "ai-gateway/grok-code-fast-1" }, + "explore": { "model": "ai-gateway/minimax-m2.7" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, diff --git a/opencode.jsonc b/opencode.jsonc index d177f2f..63d2173 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -88,12 +88,6 @@ "apiKey": "{env:AI_GATEWAY_API_KEY}" }, "models": { - "grok-code-fast-1": { - "name": "Grok Code Fast 1", - "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, - "limit": { "context": 256000, "output": 10000 } - }, "glm-5.1": { "name": "GLM-5.1", "reasoning": true,