mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix standardize llm exception alert to msg: value
This commit is contained in:
parent
0ddaf320ef
commit
5d24b47d2b
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ class ProxyLogging:
|
|||
|
||||
asyncio.create_task(
|
||||
self.alerting_handler(
|
||||
message=f"LLM API call failed: {exception_str}",
|
||||
message=f"LLM API call failed: `{exception_str}`",
|
||||
level="High",
|
||||
alert_type="llm_exceptions",
|
||||
request_data=request_data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue