forked from phoenix/litellm-mirror
add batch_completion_rate_limits
This commit is contained in:
parent
f6af10b2ca
commit
defc830e95
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue