diff --git a/litellm/main.py b/litellm/main.py index 52e229760..f6df787a6 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -1289,6 +1289,9 @@ def completion( def completion_with_retries(*args, **kwargs): + """ + Executes a litellm.completion() with 3 retries + """ try: import tenacity except: