mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test_gemini_reasoning_effort_zero_budget_disables_thoughts
This commit is contained in:
parent
9e3a8c4b0d
commit
da7ecb3ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ def test_gemini_reasoning_effort_zero_budget_disables_thoughts(monkeypatch):
|
|||
from litellm.types.utils import CallTypes
|
||||
|
||||
monkeypatch.setattr(
|
||||
"litellm.litellm.llms.vertex_ai.gemini.vertex_and_google_ai_studio_gemini.DEFAULT_REASONING_EFFORT_MINIMAL_THINKING_BUDGET_GEMINI_2_5_FLASH",
|
||||
"litellm.llms.vertex_ai.gemini.vertex_and_google_ai_studio_gemini.DEFAULT_REASONING_EFFORT_MINIMAL_THINKING_BUDGET_GEMINI_2_5_FLASH",
|
||||
0,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue