mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
feat - send_monthly_spend_report
This commit is contained in:
parent
55f747fb1d
commit
2cd584a3ad
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue