diff --git a/eval_protocol/pytest/exception_config.py b/eval_protocol/pytest/exception_config.py index 355e716a..63e141c6 100644 --- a/eval_protocol/pytest/exception_config.py +++ b/eval_protocol/pytest/exception_config.py @@ -34,6 +34,7 @@ litellm.exceptions.NotFoundError, litellm.exceptions.BadRequestError, # remove this once we have a long term solution litellm.exceptions.ServiceUnavailableError, + litellm.exceptions.APIError }