We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d719a6c commit aeafa13Copy full SHA for aeafa13
eval_protocol/models.py
@@ -21,9 +21,6 @@
21
from eval_protocol.types import TerminationReason
22
23
24
-logger = logging.getLogger(__name__)
25
-
26
27
class ErrorInfo(BaseModel):
28
"""
29
AIP-193 ErrorInfo model for structured error details.
eval_protocol/pytest/exception_config.py
@@ -36,7 +36,6 @@
36
litellm.exceptions.InternalServerError,
37
litellm.exceptions.Timeout,
38
litellm.exceptions.NotFoundError,
39
- # litellm.exceptions.BadRequestError, # remove this once we have a long term solution
40
litellm.exceptions.ServiceUnavailableError,
41
litellm.exceptions.APIError,
42
# Eval Protocol exceptions
0 commit comments