mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
docs fix router default settings
This commit is contained in:
parent
71e02fb134
commit
3d5b578fac
1 changed files with 2 additions and 2 deletions
|
@ -952,8 +952,8 @@ router_settings:
|
|||
```
|
||||
|
||||
Defaults:
|
||||
- allowed_fails: 0
|
||||
- cooldown_time: 60s
|
||||
- allowed_fails: 3
|
||||
- cooldown_time: 5s (`DEFAULT_COOLDOWN_TIME_SECONDS` in constants.py)
|
||||
|
||||
**Set Per Model**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue