feat - send_monthly_spend_report

This commit is contained in:
Ishaan Jaff 2024-05-13 10:17:40 -07:00
parent 55f747fb1d
commit 2cd584a3ad

View file

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