forked from phoenix/litellm-mirror
feat - re-use OpenAI client for azure text
This commit is contained in:
parent
a2c63075ef
commit
a6bc673ffa
1 changed files with 1 additions and 0 deletions
|
@ -1767,6 +1767,7 @@ class Router:
|
||||||
model_name in litellm.open_ai_chat_completion_models
|
model_name in litellm.open_ai_chat_completion_models
|
||||||
or custom_llm_provider in litellm.openai_compatible_providers
|
or custom_llm_provider in litellm.openai_compatible_providers
|
||||||
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 == "openai"
|
or custom_llm_provider == "openai"
|
||||||
or custom_llm_provider == "text-completion-openai"
|
or custom_llm_provider == "text-completion-openai"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue