mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
add groq through admin ui
This commit is contained in:
parent
a6d9789bc0
commit
ad2acb1f6a
1 changed files with 1 additions and 3 deletions
|
@ -144,8 +144,7 @@ enum Providers {
|
||||||
Google_AI_Studio = "Google AI Studio",
|
Google_AI_Studio = "Google AI Studio",
|
||||||
Bedrock = "Amazon Bedrock",
|
Bedrock = "Amazon Bedrock",
|
||||||
Groq = "Groq",
|
Groq = "Groq",
|
||||||
MistralAI = "Mistral AI",
|
OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, Mistral AI, etc.)",
|
||||||
OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, etc.)",
|
|
||||||
Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)",
|
Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)",
|
||||||
Databricks = "Databricks",
|
Databricks = "Databricks",
|
||||||
Ollama = "Ollama",
|
Ollama = "Ollama",
|
||||||
|
@ -159,7 +158,6 @@ const provider_map: Record<string, string> = {
|
||||||
Google_AI_Studio: "gemini",
|
Google_AI_Studio: "gemini",
|
||||||
Bedrock: "bedrock",
|
Bedrock: "bedrock",
|
||||||
Groq: "groq",
|
Groq: "groq",
|
||||||
MistralAI: "mistral",
|
|
||||||
OpenAI_Compatible: "openai",
|
OpenAI_Compatible: "openai",
|
||||||
Vertex_AI: "vertex_ai",
|
Vertex_AI: "vertex_ai",
|
||||||
Databricks: "databricks",
|
Databricks: "databricks",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue