mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(main.py): support async calls from azure_text
This commit is contained in:
parent
d7fda60889
commit
88e8f14b69
1 changed files with 1 additions and 0 deletions
|
|
@ -2938,6 +2938,7 @@ async def atext_completion(*args, **kwargs):
|
|||
if (
|
||||
custom_llm_provider == "openai"
|
||||
or custom_llm_provider == "azure"
|
||||
or custom_llm_provider == "azure_text"
|
||||
or custom_llm_provider == "custom_openai"
|
||||
or custom_llm_provider == "anyscale"
|
||||
or custom_llm_provider == "mistral"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue