feat: 更新模型版本为gpt-5.3-codex并统一配置高阶变体

- 更新模型版本为gpt-5.3-codex并统一设置高阶变体配置
This commit is contained in:
2026-02-06 21:47:05 +08:00
parent d10f6ddbe3
commit 8c736d6dae

View File

@@ -50,7 +50,11 @@
"variant": "high" "variant": "high"
}, },
"ultrabrain": { "ultrabrain": {
"model": "cpa-openai/gpt-5.2-codex", "model": "cpa-openai/gpt-5.3-codex",
"variant": "xhigh"
},
"deep": {
"model": "cpa-openai/gpt-5.3-codex",
"variant": "xhigh" "variant": "xhigh"
}, },
"artistry": { "artistry": {