refactor: 更新模型标识符与配置以匹配新命名规范

- 更新模型标识符为cpa-openai和cpa-google以反映新的命名规范。
- 将 packy-openai 配置替换为 cpa-openai,更新 API 地址和密钥环境变量,并移除旧的注释配置。
This commit is contained in:
2026-01-26 22:52:10 +08:00
parent 8b4730f1d0
commit fb9f7a050f
2 changed files with 29 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
},
"oracle": {
// Consultation, debugging
"model": "packy-openai/gpt-5.2"
"model": "cpa-openai/gpt-5.2"
},
"librarian": {
// Docs, GitHub search
@@ -35,7 +35,7 @@
"model": "cpa-google/gemini-3-pro-high"
},
"ultrabrain": {
"model": "packy-openai/gpt-5.2-codex"
"model": "cpa-openai/gpt-5.2-codex"
},
"artistry": {
"model": "cpa-google/gemini-3-pro-high"