fix(router.py): adding mistral to list of openai-compatible endpoints

This commit is contained in:
Krrish Dholakia 2023-12-15 14:24:43 -08:00
parent 69f545cf36
commit d2e9798de9

View file

@ -900,6 +900,7 @@ class Router:
or custom_llm_provider == "mistral"
or custom_llm_provider == "openai"
or custom_llm_provider == "azure"
or custom_llm_provider == "mistral"
or "ft:gpt-3.5-turbo" in model_name
or model_name in litellm.open_ai_embedding_models
):