mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
test(test_streaming.py): fix vertex project name
This commit is contained in:
parent
6f94f3d127
commit
5f910c1811
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ def test_vertex_ai_stream():
|
|||
|
||||
load_vertex_ai_credentials()
|
||||
litellm.set_verbose = True
|
||||
litellm.vertex_project = "reliablekeys"
|
||||
litellm.vertex_project = "adroit-crow-413218"
|
||||
import random
|
||||
|
||||
test_models = ["gemini-1.0-pro"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue