Compare commits

...

4 Commits

Author SHA1 Message Date
arch3rPro
3b588132b0 feat: update next-terminal 3.1.1 2026-03-22 05:32:05 +08:00
arch3rPro
848c604f72 feat: update gpt4free 7.3.4-slim 2026-03-22 05:31:00 +08:00
arch3rPro
31744c6429 feat: update gpt4free 7.3.4 2026-03-22 05:30:49 +08:00
arch3rPro
e00020cab7 feat: update dify 1.13.2 2026-03-22 05:30:26 +08:00
17 changed files with 6 additions and 6 deletions

View File

@@ -178,7 +178,7 @@
🚀 免费的GPT-4和其他大语言模型API接口 🚀 免费的GPT-4和其他大语言模型API接口
<kbd>7.3.3-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free) <kbd>7.3.4-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -818,7 +818,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🖥️ 简单好用安全的开源交互审计系统 🖥️ 简单好用安全的开源交互审计系统
<kbd>3.1.0</kbd> • [官网链接](https://github.com/dushixiang/next-terminal) <kbd>3.1.1</kbd> • [官网链接](https://github.com/dushixiang/next-terminal)
</td> </td>
</tr> </tr>

View File

@@ -1041,7 +1041,7 @@ services:
- ssrf_proxy_network - ssrf_proxy_network
- default - default
worker: worker:
image: langgenius/dify-api:1.13.0 image: langgenius/dify-api:1.13.2
env_file: env_file:
- dify.env - dify.env
restart: always restart: always

View File

@@ -1,6 +1,6 @@
services: services:
gpt4free: gpt4free:
image: hlohaus789/g4f:v7.3.3-slim image: hlohaus789/g4f:v7.3.4-slim
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
gpt4free: gpt4free:
image: hlohaus789/g4f:v7.3.3 image: hlohaus789/g4f:v7.3.4
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
next-terminal: next-terminal:
image: dushixiang/next-terminal:v3.1.0 image: dushixiang/next-terminal:v3.1.1
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks: