Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
9890ec71e2
commit
92a2fb39cb
|
|
@ -560,8 +560,7 @@ def get_user_selections():
|
||||||
thinking_level = None
|
thinking_level = None
|
||||||
reasoning_effort = None
|
reasoning_effort = None
|
||||||
|
|
||||||
provider_lower = provider_key
|
if provider_key == "google":
|
||||||
if provider_lower == "google":
|
|
||||||
console.print(
|
console.print(
|
||||||
create_question_box(
|
create_question_box(
|
||||||
"Step 7: Thinking Mode",
|
"Step 7: Thinking Mode",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue