We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de86db commit 88a9f88Copy full SHA for 88a9f88
1 file changed
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,
+ litellm.exceptions.BadRequestError, # remove this once we have a long term solution
36
litellm.exceptions.ServiceUnavailableError,
37
}
38
0 commit comments