From 4258d3b783c5ee2d6821578cfe3eeb0126165428 Mon Sep 17 00:00:00 2001 From: yeahyung Date: Thu, 24 Apr 2025 17:51:03 +0900 Subject: [PATCH] (#10265) fix caching soft_budget --- litellm/integrations/SlackAlerting/slack_alerting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/integrations/SlackAlerting/slack_alerting.py b/litellm/integrations/SlackAlerting/slack_alerting.py index 9fde042ae7..b2a399e213 100644 --- a/litellm/integrations/SlackAlerting/slack_alerting.py +++ b/litellm/integrations/SlackAlerting/slack_alerting.py @@ -615,6 +615,7 @@ class SlackAlerting(CustomBatchLogger): elif type == "soft_budget": event_group = "proxy" event_message += "Soft Budget Crossed: " + _id = user_info.team_id or user_info.user_id or _id elif type == "user_budget": event_group = "internal_user" event_message += "User Budget: "