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