feat: 更新ultrabrain模型至gpt-5.2-codex-xhigh并支持新版本名称

- 将ultrabrain模型更新为更高性能的gpt-5.2-codex-xhigh版本。
- 添加对GPT-5.2 (xhigh)和GPT-5.2-Codex (xhigh)模型的支持并更新名称显示
This commit is contained in:
2026-01-26 21:32:23 +08:00
parent fcca563b98
commit 2d9b6632e6
2 changed files with 7 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
"model": "cpa-google/gemini-3-pro-high" "model": "cpa-google/gemini-3-pro-high"
}, },
"ultrabrain": { "ultrabrain": {
"model": "packy-openai/gpt-5.2-codex" "model": "packy-openai/gpt-5.2-codex-xhigh"
}, },
"artistry": { "artistry": {
"model": "cpa-google/gemini-3-pro-high" "model": "cpa-google/gemini-3-pro-high"

View File

@@ -53,9 +53,15 @@
"setCacheKey": true "setCacheKey": true
}, },
"models": { "models": {
"gpt-5.2-xhigh": {
"name": "GPT-5.2 (xhigh)"
},
"gpt-5.2": { "gpt-5.2": {
"name": "GPT-5.2" "name": "GPT-5.2"
}, },
"gpt-5.2-codex-xhigh": {
"name": "GPT-5.2-Codex (xhigh)"
},
"gpt-5.2-codex": { "gpt-5.2-codex": {
"name": "GPT-5.2-Codex" "name": "GPT-5.2-Codex"
} }