mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(main.py): support async calls from azure_text
This commit is contained in:
parent
8117fd6364
commit
bc1ee5c838
1 changed files with 1 additions and 0 deletions
|
@ -2938,6 +2938,7 @@ async def atext_completion(*args, **kwargs):
|
||||||
if (
|
if (
|
||||||
custom_llm_provider == "openai"
|
custom_llm_provider == "openai"
|
||||||
or custom_llm_provider == "azure"
|
or custom_llm_provider == "azure"
|
||||||
|
or custom_llm_provider == "azure_text"
|
||||||
or custom_llm_provider == "custom_openai"
|
or custom_llm_provider == "custom_openai"
|
||||||
or custom_llm_provider == "anyscale"
|
or custom_llm_provider == "anyscale"
|
||||||
or custom_llm_provider == "mistral"
|
or custom_llm_provider == "mistral"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue