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",
|
||||
Databricks = "Databricks",
|
||||
Ollama = "Ollama",
|
||||
xAI = "xAI",
|
||||
}
|
||||
|
||||
const provider_map: Record<string, string> = {
|
||||
|
@ -166,6 +167,7 @@ const provider_map: Record<string, string> = {
|
|||
OpenAI_Compatible: "openai",
|
||||
Vertex_AI: "vertex_ai",
|
||||
Databricks: "databricks",
|
||||
xAI: "xai",
|
||||
Deepseek: "deepseek",
|
||||
Ollama: "ollama",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue