mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix scheduling spend reports
This commit is contained in:
parent
4a679bb640
commit
197eb44832
1 changed files with 0 additions and 4 deletions
|
|
@ -122,10 +122,6 @@ class ProxyLogging:
|
|||
alerting_args=alerting_args,
|
||||
)
|
||||
|
||||
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
Reference in a new issue