From 4fd0c6c8f257c902b9f995976e7b5ba167f90997 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 11 Nov 2024 18:05:36 -0800 Subject: [PATCH] add xAI on Admin UI (#6680) --- ui/litellm-dashboard/src/components/model_dashboard.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index b09df5d7c..cd915a9be 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -151,6 +151,7 @@ enum Providers { Cohere = "Cohere", Databricks = "Databricks", Ollama = "Ollama", + xAI = "xAI", } const provider_map: Record = { @@ -166,6 +167,7 @@ const provider_map: Record = { OpenAI_Compatible: "openai", Vertex_AI: "vertex_ai", Databricks: "databricks", + xAI: "xai", Deepseek: "deepseek", Ollama: "ollama",