From 7930653872f3255ebf09e98f5699584866c46adc Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 11 May 2024 19:13:22 -0700 Subject: [PATCH] fix - test router fallbacks --- litellm/router.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/router.py b/litellm/router.py index e330bdd9e..3cda7f32e 100644 --- a/litellm/router.py +++ b/litellm/router.py @@ -1528,7 +1528,7 @@ class Router: e=original_exception, remaining_retries=num_retries, num_retries=num_retries, - _healthy_deployments=_healthy_deployments, + healthy_deployments=_healthy_deployments, ) # sleeps for the length of the timeout @@ -1776,7 +1776,7 @@ class Router: e=original_exception, remaining_retries=num_retries, num_retries=num_retries, - _healthy_deployments=_healthy_deployments, + healthy_deployments=_healthy_deployments, ) ## LOGGING