forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue