diff --git a/litellm/types/router.py b/litellm/types/router.py index f3fa893246e..6ab83cec2ae 100644 --- a/litellm/types/router.py +++ b/litellm/types/router.py @@ -357,7 +357,7 @@ class AlertingConfig(BaseModel): Args: webhook_url: str - webhook url for alerting, slack provides a webhook url to send alerts to - alerting_threshold: Optional[float] = None - threhshold for slow / hanging llm responses (in seconds) + alerting_threshold: Optional[float] = None - threshold for slow / hanging llm responses (in seconds) """ webhook_url: str