forked from phoenix/litellm-mirror
ui add deepseek provider (#5857)
This commit is contained in:
parent
44708214ea
commit
e2d48d7e45
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,7 @@ enum Providers {
|
|||
Bedrock = "Amazon Bedrock",
|
||||
Groq = "Groq",
|
||||
MistralAI = "Mistral AI",
|
||||
Deepseek = "Deepseek",
|
||||
OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, etc.)",
|
||||
Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)",
|
||||
Cohere = "Cohere",
|
||||
|
@ -165,6 +166,7 @@ const provider_map: Record<string, string> = {
|
|||
OpenAI_Compatible: "openai",
|
||||
Vertex_AI: "vertex_ai",
|
||||
Databricks: "databricks",
|
||||
Deepseek: "deepseek",
|
||||
Ollama: "ollama",
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue