mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
Compare commits
4 Commits
e9506340be
...
3b588132b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b588132b0 | ||
|
|
848c604f72 | ||
|
|
31744c6429 | ||
|
|
e00020cab7 |
@@ -178,7 +178,7 @@
|
||||
|
||||
🚀 免费的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 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>
|
||||
</tr>
|
||||
|
||||
@@ -1041,7 +1041,7 @@ services:
|
||||
- ssrf_proxy_network
|
||||
- default
|
||||
worker:
|
||||
image: langgenius/dify-api:1.13.0
|
||||
image: langgenius/dify-api:1.13.2
|
||||
env_file:
|
||||
- dify.env
|
||||
restart: always
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.3.3-slim
|
||||
image: hlohaus789/g4f:v7.3.4-slim
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.3.3
|
||||
image: hlohaus789/g4f:v7.3.4
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
next-terminal:
|
||||
image: dushixiang/next-terminal:v3.1.0
|
||||
image: dushixiang/next-terminal:v3.1.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
Reference in New Issue
Block a user