test_async_response_azure

This commit is contained in:
Ishaan Jaff 2024-07-12 19:03:33 -07:00
parent 0decc36bed
commit 2758a9165b

View file

@ -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}")