mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-30 22:24:30 +00:00
(ci/cd) vertex ai test
This commit is contained in:
@@ -75,7 +75,7 @@ def test_vertex_ai():
|
||||
test_models = random.sample(test_models, 4)
|
||||
for model in test_models:
|
||||
try:
|
||||
if model in ["code-gecko@001", "code-gecko@latest", "code-bison@001"]:
|
||||
if model in ["code-gecko@001", "code-gecko@latest", "code-bison@001", "text-bison@001"]:
|
||||
# our account does not have access to this model
|
||||
continue
|
||||
print("making request", model)
|
||||
@@ -98,7 +98,7 @@ def test_vertex_ai_stream():
|
||||
test_models = random.sample(test_models, 4)
|
||||
for model in test_models:
|
||||
try:
|
||||
if model in ["code-gecko@001", "code-gecko@latest", "code-bison@001"]:
|
||||
if model in ["code-gecko@001", "code-gecko@latest", "code-bison@001", "text-bison@001"]:
|
||||
# our account does not have access to this model
|
||||
continue
|
||||
print("making request", model)
|
||||
|
||||
Reference in New Issue
Block a user