mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
[Feat-Perf] Use Batching + Squashing (#5645)
* use folder for slack alerting * clean up slack alerting * fix test alerting
This commit is contained in:
parent
fe5e0bcd15
commit
e7c9716841
8 changed files with 249 additions and 156 deletions
|
@ -5682,7 +5682,7 @@ class Router:
|
|||
return allowed_fails_policy.ContentPolicyViolationErrorAllowedFails
|
||||
|
||||
def _initialize_alerting(self):
|
||||
from litellm.integrations.slack_alerting import SlackAlerting
|
||||
from litellm.integrations.SlackAlerting.slack_alerting import SlackAlerting
|
||||
|
||||
router_alerting_config: AlertingConfig = self.alerting_config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue