From 74787292debca674031c5c74ef0113285c4d0b54 Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Wed, 10 Jun 2026 03:37:16 +0800 Subject: [PATCH] feat: update litellm 1.88.1 --- README.md | 2 +- apps/litellm/{1.88.0 => 1.88.1}/data.yml | 0 apps/litellm/{1.88.0 => 1.88.1}/data/.gitkeep | 0 apps/litellm/{1.88.0 => 1.88.1}/docker-compose.yml | 2 +- apps/litellm/{1.88.0 => 1.88.1}/prometheus.yml | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename apps/litellm/{1.88.0 => 1.88.1}/data.yml (100%) rename apps/litellm/{1.88.0 => 1.88.1}/data/.gitkeep (100%) rename apps/litellm/{1.88.0 => 1.88.1}/docker-compose.yml (97%) rename apps/litellm/{1.88.0 => 1.88.1}/prometheus.yml (100%) diff --git a/README.md b/README.md index 1ff279b..c5cb2db 100644 --- a/README.md +++ b/README.md @@ -745,7 +745,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🔧 使用OpenAI格式统一调用所有LLM API,支持多种云服务商 -1.88.0 • [官网链接](https://github.com/BerriAI/litellm) +1.88.1 • [官网链接](https://github.com/BerriAI/litellm) diff --git a/apps/litellm/1.88.0/data.yml b/apps/litellm/1.88.1/data.yml similarity index 100% rename from apps/litellm/1.88.0/data.yml rename to apps/litellm/1.88.1/data.yml diff --git a/apps/litellm/1.88.0/data/.gitkeep b/apps/litellm/1.88.1/data/.gitkeep similarity index 100% rename from apps/litellm/1.88.0/data/.gitkeep rename to apps/litellm/1.88.1/data/.gitkeep diff --git a/apps/litellm/1.88.0/docker-compose.yml b/apps/litellm/1.88.1/docker-compose.yml similarity index 97% rename from apps/litellm/1.88.0/docker-compose.yml rename to apps/litellm/1.88.1/docker-compose.yml index 0157977..cd1f48f 100644 --- a/apps/litellm/1.88.0/docker-compose.yml +++ b/apps/litellm/1.88.1/docker-compose.yml @@ -1,6 +1,6 @@ services: litellm: - image: ghcr.io/berriai/litellm:v1.88.0 + image: ghcr.io/berriai/litellm:v1.88.1 container_name: ${CONTAINER_NAME} ports: - "${PANEL_APP_PORT_HTTP}:4000" diff --git a/apps/litellm/1.88.0/prometheus.yml b/apps/litellm/1.88.1/prometheus.yml similarity index 100% rename from apps/litellm/1.88.0/prometheus.yml rename to apps/litellm/1.88.1/prometheus.yml