mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix typo
This commit is contained in:
parent
d46544d2bc
commit
dc74204427
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue