fix standardize llm exception alert to msg: value

This commit is contained in:
Ishaan Jaff 2024-05-20 16:23:48 -07:00
parent bac23e43a6
commit 6194860da4

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,