mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(test_amazing_vertex_completion.py): handle vertex api instability
This commit is contained in:
parent
dd524a4f50
commit
5e707091ee
1 changed files with 2 additions and 0 deletions
|
|
@ -501,6 +501,8 @@ async def test_async_vertexai_streaming_response():
|
|||
assert len(complete_response) > 0
|
||||
except litellm.RateLimitError as e:
|
||||
pass
|
||||
except litellm.APIConnectionError:
|
||||
pass
|
||||
except litellm.Timeout as e:
|
||||
pass
|
||||
except litellm.InternalServerError as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue