add batch_completion_rate_limits

This commit is contained in:
ishaan-jaff 2023-10-04 14:45:19 -07:00
parent f6af10b2ca
commit defc830e95

View file

@ -27,7 +27,8 @@ from litellm.utils import (
completion_with_fallbacks, completion_with_fallbacks,
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