fix: correct invalid 'xhigh' reasoning effort in README (#99)
Closes #77 Updated README to replace unsupported 'xhigh' value with 'high' to prevent configuration errors.
This commit is contained in:
parent
b1156235e0
commit
8e9a38cdfe
@ -259,7 +259,7 @@ If you want to change the default reasoning effort or the default model that get
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
model = "gpt-5.4-mini"
|
model = "gpt-5.4-mini"
|
||||||
model_reasoning_effort = "xhigh"
|
model_reasoning_effort = "high"
|
||||||
```
|
```
|
||||||
|
|
||||||
Your configuration will be picked up based on:
|
Your configuration will be picked up based on:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user