We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a1133 commit 138d537Copy full SHA for 138d537
eval_protocol/pytest/exception_config.py
@@ -33,6 +33,7 @@
33
litellm.exceptions.InternalServerError,
34
litellm.exceptions.Timeout,
35
litellm.exceptions.NotFoundError,
36
+ litellm.exceptions.BadRequestError,
37
litellm.exceptions.ServiceUnavailableError,
38
litellm.exceptions.APIError,
39
}
0 commit comments