forked from phoenix/litellm-mirror
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(
|
asyncio.create_task(
|
||||||
self.alerting_handler(
|
self.alerting_handler(
|
||||||
message=f"LLM API call failed: {exception_str}",
|
message=f"LLM API call failed: `{exception_str}`",
|
||||||
level="High",
|
level="High",
|
||||||
alert_type="llm_exceptions",
|
alert_type="llm_exceptions",
|
||||||
request_data=request_data,
|
request_data=request_data,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue