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:
Manav Agarwal 2026-04-09 02:59:32 +05:30 committed by GitHub
parent b1156235e0
commit 8e9a38cdfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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