diff --git a/litellm/router.py b/litellm/router.py index c0abad448f..10cf609a0c 100644 --- a/litellm/router.py +++ b/litellm/router.py @@ -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