Compare commits

...

2 Commits

Author SHA1 Message Date
arch3rPro bd2e75549c feat: update n8n-zh 2.25.5 2026-06-06 03:37:08 +08:00
arch3rPro 4dadf9a4c3 feat: update litellm 1.87.1 2026-06-06 03:35:53 +08:00
11 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -745,7 +745,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔧 使用OpenAI格式统一调用所有LLM API,支持多种云服务商
<kbd>1.87.0</kbd> • [官网链接](https://github.com/BerriAI/litellm)
<kbd>1.87.1</kbd> • [官网链接](https://github.com/BerriAI/litellm)
</td>
<td width="33%" align="center">
@@ -757,7 +757,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.25.3</kbd> • [官网链接](https://n8n.io/)
<kbd>2.25.5</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -1,6 +1,6 @@
services:
litellm:
image: ghcr.io/berriai/litellm:v1.87.0
image: ghcr.io/berriai/litellm:v1.87.1
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:4000"
@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.25.3
image: n8nio/n8n:2.25.5
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000