forked from phoenix/litellm-mirror
fix(proxy/utils.py): fix self.alerting null case
https://github.com/BerriAI/litellm/issues/1298#issuecomment-1874798056
This commit is contained in:
parent
ff4eb5a5d4
commit
0d13c51615
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class ProxyLogging:
|
|||
self.call_details["user_api_key_cache"] = user_api_key_cache
|
||||
self.max_parallel_request_limiter = MaxParallelRequestsHandler()
|
||||
self.max_budget_limiter = MaxBudgetLimiter()
|
||||
self.alerting: Optional[List] = None
|
||||
pass
|
||||
|
||||
def update_values(self, alerting: Optional[List]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue