We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb8a52 commit 991a8e3Copy full SHA for 991a8e3
src/rotator_library/providers/antigravity_provider.py
@@ -2305,8 +2305,8 @@ def _get_thinking_config(
2305
"include_thoughts": True,
2306
}
2307
2308
- # Model-specific budgets
2309
- if "gemini-2.5-pro" in model or is_claude:
+ # Model-specific budgets (Claude already returned above)
+ if "gemini-2.5-pro" in model:
2310
budgets = {"low": 8192, "medium": 16384, "high": 32768}
2311
elif "gemini-2.5-flash" in model:
2312
budgets = {"low": 6144, "medium": 12288, "high": 24576}
0 commit comments