make RateLimitHandler a class

This commit is contained in:
ishaan-jaff 2023-10-04 15:42:41 -07:00
parent 24c12d6b9b
commit 68006ff584

View file

@ -28,7 +28,6 @@ from litellm.utils import (
get_llm_provider, get_llm_provider,
get_api_key, get_api_key,
mock_completion_streaming_obj, mock_completion_streaming_obj,
batch_completion_rate_limits
) )
from .llms import anthropic from .llms import anthropic
from .llms import together_ai from .llms import together_ai