From b73039b28337c04ac87eea8e0be11186f142f38f Mon Sep 17 00:00:00 2001 From: Corey Zumar <39497902+dbczumar@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:49:45 -0700 Subject: [PATCH] Add retry strat (#6520) Signed-off-by: dbczumar --- litellm/types/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/types/utils.py b/litellm/types/utils.py index 09f70e9b3..2d0e262fe 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -1315,6 +1315,7 @@ all_litellm_params = [ "num_retries", "context_window_fallback_dict", "retry_policy", + "retry_strategy", "roles", "final_prompt_value", "bos_token",