This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2025-04-24 00:55:19 -07:00 committed by GitHub
commit 6cf7776bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2152,7 +2152,7 @@ def exception_type( # type: ignore # noqa: PLR0915
message=f"APIError: {exception_provider} - {error_str}",
llm_provider=custom_llm_provider,
model=model,
request=original_exception.request,
request=getattr(original_exception, "request", None),
litellm_debug_info=extra_information,
)
else: