Fix variable name from provider_lower to provider_key

This commit is contained in:
Yulin Zhang 2026-03-06 21:57:08 -08:00 committed by GitHub
parent 92a2fb39cb
commit f3b4f87442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",