forked from phoenix/litellm-mirror
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,
|
error=e,
|
||||||
healthy_deployments=_healthy_deployments,
|
healthy_deployments=_healthy_deployments,
|
||||||
context_window_fallbacks=context_window_fallbacks,
|
context_window_fallbacks=context_window_fallbacks,
|
||||||
fallbacks=fallbacks,
|
regular_fallbacks=fallbacks,
|
||||||
)
|
)
|
||||||
|
|
||||||
# decides how long to sleep before retry
|
# decides how long to sleep before retry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue