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