forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue