From 2d4671a7ef2e383a6e8f0bda78c5cc76cef61acb Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 4 Oct 2023 16:03:11 -0700 Subject: [PATCH] add ratelimitmanager --- litellm/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/main.py b/litellm/main.py index 29a4324c3d..17522b1e70 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -56,6 +56,7 @@ from litellm.utils import ( ModelResponse, EmbeddingResponse, read_config_args, + RateLimitManager ) ####### ENVIRONMENT VARIABLES ###################