From 5bc20fee604fd688a678cdbbb730900899e2c6d7 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 9 Apr 2026 11:18:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20agent=20=E5=92=8C?= =?UTF-8?q?=E7=B1=BB=E5=88=AB=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.jsonc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/oh-my-openagent.jsonc b/oh-my-openagent.jsonc index d4a0f38..93499b3 100644 --- a/oh-my-openagent.jsonc +++ b/oh-my-openagent.jsonc @@ -1,17 +1,17 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", "agents": { - "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "sisyphus": { "model": "ai-gateway/kimi-k2p5-turbo" }, "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/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" }, + "prometheus": { "model": "openai/gpt-5.4", "variant": "high" }, + "metis": { "model": "openai/gpt-5.4", "variant": "high" }, "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, - "atlas": { "model": "anthropic/claude-sonnet-4-6" }, - "sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" } + "atlas": { "model": "ai-gateway/kimi-k2p5-turbo" }, + "sisyphus-junior": { "model": "ai-gateway/kimi-k2p5-turbo" } }, "categories": { "visual-engineering": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" }, @@ -19,8 +19,8 @@ "deep": { "model": "openai/gpt-5.4", "variant": "medium" }, "artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "openai/gpt-5.4-mini" }, - "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, - "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "unspecified-low": { "model": "gpt-5.3-codex", "variant": "medium" }, + "unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" }, "writing": { "model": "ai-gateway/kimi-k2p5-turbo" } }, "experimental": {