1
0
forked from agents/opencode

refactor: 优化模型配置与统一命名格式

- 将多个模型的配置项 variant 从 xhigh 调整为 medium 或 high,以优化性能与资源使用平衡。
- 将模型名称格式统一为连字符命名,提升命名一致性。
This commit is contained in:
2026-02-13 16:36:15 +08:00
parent d574e9e301
commit 262ee1758a
2 changed files with 6 additions and 6 deletions

View File

@@ -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": {