mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-24 05:57:10 +08:00
feat: 添加 LiteLLM 应用配置文件和部署文件
添加 LiteLLM 的配置文件、部署文件和文档,包括: - Prometheus 监控配置 - Docker Compose 部署文件 - 应用元数据配置 - README 文档
This commit is contained in:
27
apps/litellm/data.yml
Normal file
27
apps/litellm/data.yml
Normal 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/
|
||||
Reference in New Issue
Block a user