fix(vertex_ai.py): fix exception mapping for vertex ai

This commit is contained in:
Krrish Dholakia 2023-11-23 17:35:26 -08:00
parent 7fda40e2be
commit 78d13ea6eb
4 changed files with 107 additions and 87 deletions

View file

@ -64,7 +64,7 @@ def test_context_window_with_fallbacks(model):
# for model in litellm.models_by_provider["bedrock"]:
# test_context_window(model=model)
# test_context_window(model="command-nightly")
# test_context_window(model="chat-bison")
# test_context_window_with_fallbacks(model="command-nightly")
# Test 2: InvalidAuth Errors
@pytest.mark.parametrize("model", models)