make RateLimitHandler a class

This commit is contained in:
ishaan-jaff 2023-10-04 15:42:41 -07:00
parent 5827b30042
commit e82ba26651

View file

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