mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 20:26:28 +00:00
test_gemini_finish_reason
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user