mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(router.py): fix param
This commit is contained in:
parent
989665c7dc
commit
381247a095
1 changed files with 1 additions and 1 deletions
|
@ -2145,7 +2145,7 @@ class Router:
|
|||
error=e,
|
||||
healthy_deployments=_healthy_deployments,
|
||||
context_window_fallbacks=context_window_fallbacks,
|
||||
fallbacks=fallbacks,
|
||||
regular_fallbacks=fallbacks,
|
||||
)
|
||||
|
||||
# decides how long to sleep before retry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue