feat: 添加 LiteLLM 应用配置文件和部署文件

添加 LiteLLM 的配置文件、部署文件和文档,包括:
- Prometheus 监控配置
- Docker Compose 部署文件
- 应用元数据配置
- README 文档
This commit is contained in:
arch3rPro
2026-04-03 15:06:34 +08:00
parent 21b4089535
commit 20ea51d3ec
9 changed files with 685 additions and 0 deletions

27
apps/litellm/data.yml Normal file
View File

@@ -0,0 +1,27 @@
name: LiteLLM
tags:
- 实用工具
- AI
title: 使用 OpenAI 格式调用所有 LLM API
[Bedrock、Huggingface、VertexAI、TogetherAI、Azure、OpenAI、Groq 等]
description:
en: Call all LLM APIs using the OpenAI format [Bedrock, Huggingface, VertexAI,
TogetherAI, Azure, OpenAI, Groq etc.]
zh: 使用 OpenAI 格式调用所有 LLM API
[Bedrock、Huggingface、VertexAI、TogetherAI、Azure、OpenAI、Groq 等]
additionalProperties:
key: litellm
name: LiteLLM
tags:
- Tool
- AI
shortDescZh: 使用 OpenAI 格式调用所有 LLM API
[Bedrock、Huggingface、VertexAI、TogetherAI、Azure、OpenAI、Groq 等]
shortDescEn: Call all LLM APIs using the OpenAI format [Bedrock, Huggingface,
VertexAI, TogetherAI, Azure, OpenAI, Groq etc.]
type: website
crossVersionUpdate: true
limit: 0
website: https://github.com/BerriAI/litellm
github: https://github.com/BerriAI/litellm
document: https://docs.litellm.ai/docs/