mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(ci/cd) vertex ai test
This commit is contained in:
parent
fd04b48764
commit
3f4fe668a8
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ def test_vertex_ai():
|
||||||
test_models = random.sample(test_models, 4)
|
test_models = random.sample(test_models, 4)
|
||||||
for model in test_models:
|
for model in test_models:
|
||||||
try:
|
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
|
# our account does not have access to this model
|
||||||
continue
|
continue
|
||||||
print("making request", model)
|
print("making request", model)
|
||||||
|
@ -98,7 +98,7 @@ def test_vertex_ai_stream():
|
||||||
test_models = random.sample(test_models, 4)
|
test_models = random.sample(test_models, 4)
|
||||||
for model in test_models:
|
for model in test_models:
|
||||||
try:
|
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
|
# our account does not have access to this model
|
||||||
continue
|
continue
|
||||||
print("making request", model)
|
print("making request", model)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue