mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
test(test_streaming.py): fix vertex project name
This commit is contained in:
parent
9b2b6b42c5
commit
0d067fb65d
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ def test_vertex_ai_stream():
|
||||||
|
|
||||||
load_vertex_ai_credentials()
|
load_vertex_ai_credentials()
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
litellm.vertex_project = "reliablekeys"
|
litellm.vertex_project = "adroit-crow-413218"
|
||||||
import random
|
import random
|
||||||
|
|
||||||
test_models = ["gemini-1.0-pro"]
|
test_models = ["gemini-1.0-pro"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue