mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: update test to not use gemini-pro
google removed it
This commit is contained in:
parent
7b82144fd0
commit
9965e4a7de
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()
|
load_vertex_ai_credentials()
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
data = {
|
data = {
|
||||||
"model": "vertex_ai/gemini-pro",
|
"model": "vertex_ai/gemini-1.5-flash",
|
||||||
"messages": [
|
"messages": [
|
||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue