From 8e9a38cdfe25b6675ae8ebf520115d01d1b7ea99 Mon Sep 17 00:00:00 2001 From: Manav Agarwal <23bai70003@cuchd.in> Date: Thu, 9 Apr 2026 02:59:32 +0530 Subject: [PATCH] fix: correct invalid 'xhigh' reasoning effort in README (#99) Closes #77 Updated README to replace unsupported 'xhigh' value with 'high' to prevent configuration errors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddeeff4..458c39f 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ If you want to change the default reasoning effort or the default model that get ```toml model = "gpt-5.4-mini" -model_reasoning_effort = "xhigh" +model_reasoning_effort = "high" ``` Your configuration will be picked up based on: