From 226887a4cebb1caa2a67e223fbd8bc9ab854ee8e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 8 Aug 2024 18:36:02 -0700 Subject: [PATCH] ui add mistral ai --- ui/litellm-dashboard/src/components/model_dashboard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 3f76a88e2e..beb05ba900 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -144,7 +144,8 @@ enum Providers { Google_AI_Studio = "Google AI Studio", Bedrock = "Amazon Bedrock", Groq = "Groq", - OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, Mistral AI, etc.)", + MistralAI = "Mistral AI", + OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, etc.)", Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)", Databricks = "Databricks", Ollama = "Ollama", @@ -158,6 +159,7 @@ const provider_map: Record = { Google_AI_Studio: "gemini", Bedrock: "bedrock", Groq: "groq", + MistralAI: "mistral", OpenAI_Compatible: "openai", Vertex_AI: "vertex_ai", Databricks: "databricks",