diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 8338b66125..a97864f000 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -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