Add new LiteLLM template to the repository. (#303)

* working

* Refactor LiteLLM template to centralize environment variables and improve configuration structure

* Refactor LiteLLM docker-compose and template to use volumes and simplify port configuration

* Refactor LiteLLM blueprint to simplify environment configuration and improve service definitions

* Refactor LiteLLM blueprint to centralize environment variables, enhance security with stronger defaults, and improve provider API key configuration

* Format tags as arrays in meta.json for improved readability
This commit is contained in:
Jainil Prajapati 🪐
2025-08-25 11:15:02 +05:30
committed by GitHub
parent 9af4698ea9
commit ee6d34f22d
4 changed files with 139 additions and 0 deletions

View File

@@ -2548,6 +2548,25 @@
"mailing-list"
]
},
{
"id": "litellm",
"name": "LiteLLM",
"version": "main-stable",
"description": "LiteLLM is a lightweight OpenAI API-compatible proxy for managing multiple LLM providers with a single endpoint.",
"logo": "image.png",
"links": {
"github": "https://github.com/BerriAI/litellm",
"website": "https://docs.litellm.ai",
"docs": "https://docs.litellm.ai/docs/proxy/quick_start"
},
"tags": [
"ai",
"proxy",
"llm",
"openai-compatible",
"monitoring"
]
},
{
"id": "livekit",
"name": "Livekit",