1
0
forked from agents/opencode

chore: 移除 GPT-5.3-Codex 模型定义并升级 deep 类别至 GPT-5.4

This commit is contained in:
2026-04-02 21:45:37 +08:00
parent cf5f6470ab
commit 092acf0659
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"categories": {
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"deep": { "model": "openai/gpt-5.4", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },