mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
test(test_amazing_vertex_completion.py): fix project name
This commit is contained in:
parent
205ac1496a
commit
a6f987e065
1 changed files with 3 additions and 3 deletions
|
|
@ -201,8 +201,8 @@ def test_vertex_ai():
|
|||
+ litellm.vertex_code_text_models
|
||||
)
|
||||
litellm.set_verbose = False
|
||||
vertex_ai_project = "reliablekeys"
|
||||
# litellm.vertex_project = "reliablekeys"
|
||||
vertex_ai_project = "adroit-crow-413218"
|
||||
# litellm.vertex_project = "adroit-crow-413218"
|
||||
|
||||
test_models = random.sample(test_models, 1)
|
||||
test_models += litellm.vertex_language_models # always test gemini-pro
|
||||
|
|
@ -247,7 +247,7 @@ def test_vertex_ai():
|
|||
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 = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue