Skip to content

Commit a649f10

Browse files
test: update test to not use gemini-pro
google removed it
1 parent 8184124 commit a649f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/local_testing/test_amazing_vertex_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ async def test_gemini_pro_function_calling_streaming(sync_mode):
17841784
load_vertex_ai_credentials()
17851785
litellm.set_verbose = True
17861786
data = {
1787-
"model": "vertex_ai/gemini-pro",
1787+
"model": "vertex_ai/gemini-1.5-flash",
17881788
"messages": [
17891789
{
17901790
"role": "user",

0 commit comments

Comments
 (0)