1
0
forked from agents/opencode

Compare commits

...

2 Commits

Author SHA1 Message Date
mdy 3129cd0b58 merge upstream 2026-04-23 04:39:45 +00:00
imbytecat b9af5f6389 chore: 将 librarian 和 explore 切换至 gpt-5.4-mini 2026-04-22 22:45:03 +08:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "high" },
"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" },
"librarian": { "model": "openai/gpt-5.4-mini" },
"explore": { "model": "openai/gpt-5.4-mini" },
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
+2 -2
View File
@@ -4,8 +4,8 @@
"sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
"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" },
"librarian": { "model": "openai/gpt-5.4-mini" },
"explore": { "model": "openai/gpt-5.4-mini" },
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
"prometheus": { "model": "openai/gpt-5.4", "variant": "high" },
"metis": { "model": "openai/gpt-5.4", "variant": "high" },