diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index d102be25d3..475364bfa0 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -301,6 +301,8 @@ def test_completion_azure_gpt4_vision(): ], ) print(response) + except openai.APIError as e: + pass except openai.APITimeoutError: print("got a timeout error") pass