diff --git a/README.md b/README.md index 48db99e..6a74eed 100644 --- a/README.md +++ b/README.md @@ -745,7 +745,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🔧 使用OpenAI格式统一调用所有LLM API,支持多种云服务商 -1.87.1 • [官网链接](https://github.com/BerriAI/litellm) +1.88.0 • [官网链接](https://github.com/BerriAI/litellm) diff --git a/apps/litellm/1.87.1/data.yml b/apps/litellm/1.88.0/data.yml similarity index 100% rename from apps/litellm/1.87.1/data.yml rename to apps/litellm/1.88.0/data.yml diff --git a/apps/litellm/1.87.1/data/.gitkeep b/apps/litellm/1.88.0/data/.gitkeep similarity index 100% rename from apps/litellm/1.87.1/data/.gitkeep rename to apps/litellm/1.88.0/data/.gitkeep diff --git a/apps/litellm/1.87.1/docker-compose.yml b/apps/litellm/1.88.0/docker-compose.yml similarity index 97% rename from apps/litellm/1.87.1/docker-compose.yml rename to apps/litellm/1.88.0/docker-compose.yml index d2c7bb8..0157977 100644 --- a/apps/litellm/1.87.1/docker-compose.yml +++ b/apps/litellm/1.88.0/docker-compose.yml @@ -1,6 +1,6 @@ services: litellm: - image: ghcr.io/berriai/litellm:v1.87.1 + image: ghcr.io/berriai/litellm:v1.88.0 container_name: ${CONTAINER_NAME} ports: - "${PANEL_APP_PORT_HTTP}:4000" diff --git a/apps/litellm/1.87.1/prometheus.yml b/apps/litellm/1.88.0/prometheus.yml similarity index 100% rename from apps/litellm/1.87.1/prometheus.yml rename to apps/litellm/1.88.0/prometheus.yml