From dc742044276de5e85086b5fbc86ba996d6baf47c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 7 May 2024 18:27:49 -0700 Subject: [PATCH] fix typo --- litellm/types/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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