From 97f0f3fe32eeea390ccc757989e4dad039e79a11 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 27 Sep 2025 10:57:22 -0700 Subject: [PATCH] test_gemini_finish_reason --- tests/llm_translation/test_gemini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm_translation/test_gemini.py b/tests/llm_translation/test_gemini.py index aa349253e5..c34e59a73e 100644 --- a/tests/llm_translation/test_gemini.py +++ b/tests/llm_translation/test_gemini.py @@ -452,7 +452,7 @@ def test_gemini_finish_reason(): litellm._turn_on_debug() response = completion( - model="gemini/gemini-1.5-pro", + model="gemini/gemini-2.5-flash-lite", messages=[{"role": "user", "content": "give me 3 random words"}], max_tokens=2, )