forked from imbytecat/opencode-config
feat: 更新 ultrabrain 模型为 gpt-5.2-codex 以支持代码生成
- 将 ultrabrain 模型更新为支持代码生成的 gpt-5.2-codex 版本。
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"ultrabrain": {
|
||||
// 深度逻辑推理、复杂架构决策
|
||||
"model": "openai-gateway/gpt-5.2"
|
||||
"model": "openai-gateway/gpt-5.2-codex"
|
||||
},
|
||||
"artistry": {
|
||||
// 艺术创作任务
|
||||
|
||||
Reference in New Issue
Block a user