add xAI on Admin UI (#6680)

This commit is contained in:
Ishaan Jaff 2024-11-11 18:05:36 -08:00 committed by GitHub
parent 9d20c19e0c
commit 4fd0c6c8f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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