forked from imbytecat/opencode-config
refactor: 更新模型标识符与配置以匹配新命名规范
- 更新模型标识符为cpa-openai和cpa-google以反映新的命名规范。 - 将 packy-openai 配置替换为 cpa-openai,更新 API 地址和密钥环境变量,并移除旧的注释配置。
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user