mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-12 14:22:52 +00:00
feat - re-use openai client for text completion
This commit is contained in:
@@ -1769,6 +1769,7 @@ class Router:
|
||||
or custom_llm_provider == "azure"
|
||||
or custom_llm_provider == "custom_openai"
|
||||
or custom_llm_provider == "openai"
|
||||
or custom_llm_provider == "text-completion-openai"
|
||||
or "ft:gpt-3.5-turbo" in model_name
|
||||
or model_name in litellm.open_ai_embedding_models
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user