mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
add reasoning options for cliproxy codex models
This commit is contained in:
parent
94422944e6
commit
d6342e8fd5
1 changed files with 10 additions and 2 deletions
|
|
@ -46,14 +46,22 @@
|
|||
"gpt-5.1-codex-max": {
|
||||
"name": "GPT-5.1 Codex Max (High)",
|
||||
"options": {
|
||||
"reasoningEffort": "high"
|
||||
"reasoningEffort": "high",
|
||||
"include": [
|
||||
"reasoning.encrypted_content"
|
||||
],
|
||||
"store": false
|
||||
}
|
||||
},
|
||||
"gpt-5.1-codex-max-xhigh": {
|
||||
"id": "gpt-5.1-codex-max",
|
||||
"name": "GPT-5.1 Codex Max (Extra High)",
|
||||
"options": {
|
||||
"reasoningEffort": "xhigh"
|
||||
"reasoningEffort": "xhigh",
|
||||
"include": [
|
||||
"reasoning.encrypted_content"
|
||||
],
|
||||
"store": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue