mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
_handle_llm_api_exception
This commit is contained in:
parent
2ca2ecacb5
commit
8689a25396
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ class ProxyBaseLLMRequestProcessing:
|
|||
):
|
||||
"""Raises ProxyException (OpenAI API compatible) if an exception is raised"""
|
||||
verbose_proxy_logger.exception(
|
||||
f"litellm.proxy.proxy_server.chat_completion(): Exception occured - {str(e)}"
|
||||
f"litellm.proxy.proxy_server._handle_llm_api_exception(): Exception occured - {str(e)}"
|
||||
)
|
||||
await proxy_logging_obj.post_call_failure_hook(
|
||||
user_api_key_dict=user_api_key_dict, original_exception=e, request_data=data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue