forked from phoenix/litellm-mirror
add xAI on Admin UI (#6680)
This commit is contained in:
parent
9d20c19e0c
commit
4fd0c6c8f2
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,7 @@ enum Providers {
|
||||||
Cohere = "Cohere",
|
Cohere = "Cohere",
|
||||||
Databricks = "Databricks",
|
Databricks = "Databricks",
|
||||||
Ollama = "Ollama",
|
Ollama = "Ollama",
|
||||||
|
xAI = "xAI",
|
||||||
}
|
}
|
||||||
|
|
||||||
const provider_map: Record<string, string> = {
|
const provider_map: Record<string, string> = {
|
||||||
|
@ -166,6 +167,7 @@ const provider_map: Record<string, string> = {
|
||||||
OpenAI_Compatible: "openai",
|
OpenAI_Compatible: "openai",
|
||||||
Vertex_AI: "vertex_ai",
|
Vertex_AI: "vertex_ai",
|
||||||
Databricks: "databricks",
|
Databricks: "databricks",
|
||||||
|
xAI: "xai",
|
||||||
Deepseek: "deepseek",
|
Deepseek: "deepseek",
|
||||||
Ollama: "ollama",
|
Ollama: "ollama",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue