mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 02:38:18 +08:00
Compare commits
5 Commits
17b1335dd2
...
d2e91a3855
| Author | SHA1 | Date | |
|---|---|---|---|
| d2e91a3855 | |||
| 9ae8765b96 | |||
| 93ce704a09 | |||
| 525ad929cd | |||
| fbc6b98620 |
@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🍥 新一代大模型网关与AI资产管理系统,支持多种模型统一调用
|
||||
|
||||
<kbd>0.12.10</kbd> • [官网链接](https://docs.newapi.pro/)
|
||||
<kbd>0.12.11-allinone</kbd> • [官网链接](https://docs.newapi.pro/)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||
|
||||
<kbd>2.17.1</kbd> • [官网链接](https://n8n.io/)
|
||||
<kbd>2.17.2</kbd> • [官网链接](https://n8n.io/)
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -787,7 +787,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔗 CLIProxyAPI Plus 代理API服务
|
||||
|
||||
<kbd>6.9.27-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
|
||||
<kbd>6.9.28-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
axonhub:
|
||||
image: looplj/axonhub:v0.9.32
|
||||
image: looplj/axonhub:v0.9.33
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
cliproxyapi-plus:
|
||||
image: eceasy/cli-proxy-api-plus:v6.9.27-0
|
||||
image: eceasy/cli-proxy-api-plus:v6.9.28-0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: n8nio/n8n:2.17.1
|
||||
image: n8nio/n8n:2.17.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
new-api:
|
||||
image: calciumion/new-api:v0.12.10
|
||||
image: calciumion/new-api:v0.12.11
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
new-api:
|
||||
image: calciumion/new-api:v0.12.10
|
||||
image: calciumion/new-api:v0.12.11
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
Reference in New Issue
Block a user