forked from imbytecat/opencode-config
refactor: 移除不必要的 reasoningEffort 配置项
- 移除配置中不必要的 reasoningEffort 选项以简化设置
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user