Compare commits

...

4 Commits

Author SHA1 Message Date
arch3rPro e253a37835 feat: update n8n-zh 2.19.1 2026-04-30 05:31:54 +08:00
arch3rPro 88e3d0a529 feat: update gpt4free 7.5.1-slim 2026-04-30 05:31:12 +08:00
arch3rPro bf6feaf885 feat: update gpt4free 7.5.1 2026-04-30 05:31:00 +08:00
arch3rPro d2ec9f7a61 feat: update dify 1.14.0 2026-04-30 05:30:36 +08:00
48 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -246,7 +246,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
🚀 免费的GPT-4和其他大语言模型API接口
<kbd>7.5.0-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
<kbd>7.5.1-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
</td>
<td width="33%" align="center">
@@ -553,7 +553,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🤖 开源LLM应用开发平台,支持AI工作流和RAG管道
<kbd>1.13.3</kbd> • [官网链接](https://github.com/langgenius/dify)
<kbd>1.14.0</kbd> • [官网链接](https://github.com/langgenius/dify)
</td>
<td width="33%" align="center">
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.19.0</kbd> • [官网链接](https://n8n.io/)
<kbd>2.19.1</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -510,7 +510,7 @@ x-shared-env:
QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30}
services:
api:
image: langgenius/dify-api:1.13.3
image: langgenius/dify-api:1.14.0
env_file:
- dify.env
restart: always
@@ -1,6 +1,6 @@
services:
gpt4free:
image: hlohaus789/g4f:v7.5.0-slim
image: hlohaus789/g4f:v7.5.1-slim
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -1,6 +1,6 @@
services:
gpt4free:
image: hlohaus789/g4f:v7.5.0
image: hlohaus789/g4f:v7.5.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.19.0
image: n8nio/n8n:2.19.1
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000