From f3b4f87442c186d3e4c0fafd94d6d2dad76d57bf Mon Sep 17 00:00:00 2001 From: Yulin Zhang Date: Fri, 6 Mar 2026 21:57:08 -0800 Subject: [PATCH] Fix variable name from provider_lower to provider_key --- cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.py b/cli/main.py index 6224c1fe..bafb32d3 100644 --- a/cli/main.py +++ b/cli/main.py @@ -568,7 +568,7 @@ def get_user_selections(): ) ) thinking_level = ask_gemini_thinking_config() - elif provider_lower == "openai": + elif provider_key == "openai": console.print( create_question_box( "Step 7: Reasoning Effort",