forked from imbytecat/opencode-config
refactor: 移除模型配置中的-thinking后缀并统一使用非思考模式Claude Opus 4-5
- 移除所有模型配置中的-thinking后缀,统一使用非思考模式的Claude Opus 4-5模型。 - 将模型名称从 claude-opus-4-5-thinking 修改为 claude-opus-4-5 并保留推理功能配置
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"apiKey": "{env:CPA_API_KEY}"
|
||||
},
|
||||
"models": {
|
||||
"claude-opus-4-5-thinking": {
|
||||
"claude-opus-4-5": {
|
||||
"name": "Claude Opus 4.5 (Thinking)",
|
||||
"reasoning": true,
|
||||
"modalities": {
|
||||
|
||||
Reference in New Issue
Block a user