Merge pull request #5126 from BerriAI/ui_add_mistral_ai

Admin UI - add mistral ai
This commit is contained in:
Ishaan Jaff 2024-08-08 18:48:33 -07:00 committed by GitHub
commit 4397a22e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<string, string> = {
Google_AI_Studio: "gemini",
Bedrock: "bedrock",
Groq: "groq",
MistralAI: "mistral",
OpenAI_Compatible: "openai",
Vertex_AI: "vertex_ai",
Databricks: "databricks",