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