We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a9f88 commit b37ff01Copy full SHA for b37ff01
eval_protocol/pytest/exception_config.py
@@ -32,7 +32,7 @@
32
litellm.exceptions.InternalServerError,
33
litellm.exceptions.Timeout,
34
litellm.exceptions.NotFoundError,
35
- litellm.exceptions.BadRequestError, # remove this once we have a long term solution
+ litellm.exceptions.BadRequestError, # remove this once we have a long term solution
36
litellm.exceptions.ServiceUnavailableError,
37
}
38
0 commit comments