mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
test: update test to not use gemini-pro
google removed it
This commit is contained in:
parent
8184124217
commit
a649f10e63
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue