mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 16:24:59 +00:00
test: update test
This commit is contained in:
@@ -501,7 +501,7 @@ async def test_async_vertexai_streaming_response():
|
||||
)
|
||||
test_models = random.sample(test_models, 1)
|
||||
test_models += litellm.vertex_language_models # always test gemini-pro
|
||||
test_models = ["gemini-2.5-flash-preview"]
|
||||
test_models = ["gemini-2.5-flash"]
|
||||
for model in test_models:
|
||||
if model in VERTEX_MODELS_TO_NOT_TEST or (
|
||||
"gecko" in model
|
||||
|
||||
Reference in New Issue
Block a user