mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test_async_response_azure
This commit is contained in:
parent
fd16974996
commit
35824ab66a
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ def test_async_response_azure():
|
|||
print(f"response: {response}")
|
||||
except litellm.Timeout as e:
|
||||
pass
|
||||
except litellm.InternalServerError:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"An exception occurred: {e}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue