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:
@@ -35,7 +35,7 @@
|
||||
"model": "cpa-google/gemini-3-pro-high"
|
||||
},
|
||||
"ultrabrain": {
|
||||
"model": "packy-openai/gpt-5.2-codex"
|
||||
"model": "packy-openai/gpt-5.2-codex-xhigh"
|
||||
},
|
||||
"artistry": {
|
||||
"model": "cpa-google/gemini-3-pro-high"
|
||||
|
||||
@@ -53,9 +53,15 @@
|
||||
"setCacheKey": true
|
||||
},
|
||||
"models": {
|
||||
"gpt-5.2-xhigh": {
|
||||
"name": "GPT-5.2 (xhigh)"
|
||||
},
|
||||
"gpt-5.2": {
|
||||
"name": "GPT-5.2"
|
||||
},
|
||||
"gpt-5.2-codex-xhigh": {
|
||||
"name": "GPT-5.2-Codex (xhigh)"
|
||||
},
|
||||
"gpt-5.2-codex": {
|
||||
"name": "GPT-5.2-Codex"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user