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