forked from agents/opencode
refactor: 优化模型配置与统一命名格式
- 将多个模型的配置项 variant 从 xhigh 调整为 medium 或 high,以优化性能与资源使用平衡。 - 将模型名称格式统一为连字符命名,提升命名一致性。
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"models": {
|
||||
"gpt-5.3-codex": {
|
||||
"name": "GPT-5.3 Codex",
|
||||
"name": "GPT-5.3-Codex",
|
||||
"tool_call": true,
|
||||
"reasoning": true,
|
||||
"modalities": {
|
||||
|
||||
Reference in New Issue
Block a user