add xAI on Admin UI (#6680)

This commit is contained in:
Ishaan Jaff 2024-11-11 18:05:36 -08:00 committed by Krrish Dholakia
parent f3da4af03e
commit cff7aa5208

View file

@ -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",