fix standardize llm exception alert to msg: value

This commit is contained in:
Ishaan Jaff 2024-05-20 16:23:48 -07:00
parent 0ddaf320ef
commit 5d24b47d2b

View file

@ -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,