From 2ce5dc0dfdc7c56471b06d2c66c83e2fa98e772a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 1 Jun 2024 21:19:32 -0700 Subject: [PATCH] ci/cd run again --- litellm/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/router.py b/litellm/router.py index 875338aab5..31f8a0be81 100644 --- a/litellm/router.py +++ b/litellm/router.py @@ -2321,7 +2321,7 @@ class Router: def function_with_retries(self, *args, **kwargs): """ - Try calling the model 3 times. Shuffle between available deployments. + Try calling the model 3 times. Shuffle-between available deployments. """ verbose_router_logger.debug( f"Inside function with retries: args - {args}; kwargs - {kwargs}"