test: update test to not use gemini-pro

google removed it
This commit is contained in:
Krrish Dholakia 2025-04-23 11:31:09 -07:00
parent 7b82144fd0
commit 9965e4a7de

View file

@ -1784,7 +1784,7 @@ async def test_gemini_pro_function_calling_streaming(sync_mode):
load_vertex_ai_credentials()
litellm.set_verbose = True
data = {
"model": "vertex_ai/gemini-pro",
"model": "vertex_ai/gemini-1.5-flash",
"messages": [
{
"role": "user",