mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 18:24:49 +00:00
feat - send_monthly_spend_report
This commit is contained in:
@@ -124,6 +124,8 @@ class ProxyLogging:
|
||||
|
||||
asyncio.create_task(self.slack_alerting_instance.send_weekly_spend_report())
|
||||
|
||||
asyncio.create_task(self.slack_alerting_instance.send_monthly_spend_report())
|
||||
|
||||
if "daily_reports" in self.alert_types:
|
||||
litellm.callbacks.append(self.slack_alerting_instance) # type: ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user