refactor: 移除不必要的 reasoningEffort 配置项

- 移除配置中不必要的 reasoningEffort 选项以简化设置
This commit is contained in:
2026-01-30 20:40:03 +08:00
parent 0e895d0fbc
commit 9e92a8c647

View File

@@ -84,9 +84,6 @@
"output": ["text"]
},
"limit": { "context": 400000, "output": 128000 },
"options": {
"reasoningEffort": "xhigh"
}
},
"gpt-5.2-codex": {
"name": "GPT-5.2-Codex",
@@ -96,9 +93,6 @@
"output": ["text"]
},
"limit": { "context": 400000, "output": 128000 },
"options": {
"reasoningEffort": "xhigh"
}
}
}
},