mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 10:48:18 +08:00
Compare commits
4 Commits
2a3e8d2860
...
e253a37835
| Author | SHA1 | Date | |
|---|---|---|---|
| e253a37835 | |||
| 88e3d0a529 | |||
| bf6feaf885 | |||
| d2ec9f7a61 |
@@ -246,7 +246,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
|
|||||||
|
|
||||||
🚀 免费的GPT-4和其他大语言模型API接口
|
🚀 免费的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>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -553,7 +553,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🤖 开源LLM应用开发平台,支持AI工作流和RAG管道
|
🤖 开源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>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||||
|
|
||||||
<kbd>2.19.0</kbd> • [官网链接](https://n8n.io/)
|
<kbd>2.19.1</kbd> • [官网链接](https://n8n.io/)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -510,7 +510,7 @@ x-shared-env:
|
|||||||
QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30}
|
QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30}
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
image: langgenius/dify-api:1.13.3
|
image: langgenius/dify-api:1.14.0
|
||||||
env_file:
|
env_file:
|
||||||
- dify.env
|
- dify.env
|
||||||
restart: always
|
restart: always
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gpt4free:
|
gpt4free:
|
||||||
image: hlohaus789/g4f:v7.5.0-slim
|
image: hlohaus789/g4f:v7.5.1-slim
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gpt4free:
|
gpt4free:
|
||||||
image: hlohaus789/g4f:v7.5.0
|
image: hlohaus789/g4f:v7.5.1
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n:2.19.0
|
image: n8nio/n8n:2.19.1
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
Reference in New Issue
Block a user