forked from phoenix/litellm-mirror
add groq through admin ui
This commit is contained in:
parent
8803294a1a
commit
a0106ba3c2
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,8 @@ enum Providers {
|
||||||
Anthropic = "Anthropic",
|
Anthropic = "Anthropic",
|
||||||
Google_AI_Studio = "Google AI Studio",
|
Google_AI_Studio = "Google AI Studio",
|
||||||
Bedrock = "Amazon Bedrock",
|
Bedrock = "Amazon Bedrock",
|
||||||
OpenAI_Compatible = "OpenAI-Compatible Endpoints (Groq, Together AI, Mistral AI, etc.)",
|
Groq = "Groq",
|
||||||
|
OpenAI_Compatible = "OpenAI-Compatible Endpoints (Together AI, Mistral AI, etc.)",
|
||||||
Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)",
|
Vertex_AI = "Vertex AI (Anthropic, Gemini, etc.)",
|
||||||
Databricks = "Databricks",
|
Databricks = "Databricks",
|
||||||
Ollama = "Ollama",
|
Ollama = "Ollama",
|
||||||
|
@ -156,6 +157,7 @@ const provider_map: Record<string, string> = {
|
||||||
Anthropic: "anthropic",
|
Anthropic: "anthropic",
|
||||||
Google_AI_Studio: "gemini",
|
Google_AI_Studio: "gemini",
|
||||||
Bedrock: "bedrock",
|
Bedrock: "bedrock",
|
||||||
|
Groq: "groq",
|
||||||
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