forked from phoenix/litellm-mirror
(feat) add mistral to proxy + router
This commit is contained in:
parent
0ef7bf237e
commit
bfe1e3fc02
1 changed files with 1 additions and 0 deletions
|
@ -902,6 +902,7 @@ class Router:
|
||||||
or custom_llm_provider == "deepinfra"
|
or custom_llm_provider == "deepinfra"
|
||||||
or custom_llm_provider == "perplexity"
|
or custom_llm_provider == "perplexity"
|
||||||
or custom_llm_provider == "anyscale"
|
or custom_llm_provider == "anyscale"
|
||||||
|
or custom_llm_provider == "mistral"
|
||||||
or custom_llm_provider == "openai"
|
or custom_llm_provider == "openai"
|
||||||
or custom_llm_provider == "azure"
|
or custom_llm_provider == "azure"
|
||||||
or "ft:gpt-3.5-turbo" in model_name
|
or "ft:gpt-3.5-turbo" in model_name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue