Compare commits

..

6 Commits

Author SHA1 Message Date
arch3rPro
1e8e28b50e feat: update prompt-optimizer 2.9.1 2026-04-07 05:33:01 +08:00
arch3rPro
50cfabba9a feat: update nezha 2.0.7 2026-04-07 05:32:25 +08:00
arch3rPro
a31df60b8c feat: update new-api 0.12.2 2026-04-07 05:31:51 +08:00
arch3rPro
269398241d feat: update new-api 0.12.2-allinone 2026-04-07 05:31:32 +08:00
arch3rPro
03633cdb8e feat: update gpt4free 7.4.3-slim 2026-04-07 05:30:55 +08:00
arch3rPro
0cd611e796 feat: update gpt4free 7.4.3 2026-04-07 05:30:45 +08:00
21 changed files with 10 additions and 10 deletions

View File

@@ -246,7 +246,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
🚀 免费的GPT-4和其他大语言模型API接口
<kbd>7.3.9-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
<kbd>7.4.3-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
</td>
<td width="33%" align="center">
@@ -565,7 +565,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🚀 强大的AI提示词优化工具支持多种主流大语言模型
<kbd>2.8.0</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer)
<kbd>2.9.1</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer)
</td>
</tr>
@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🍥 新一代大模型网关与AI资产管理系统支持多种模型统一调用
<kbd>0.12.1</kbd> • [官网链接](https://docs.newapi.pro/)
<kbd>0.12.2</kbd> • [官网链接](https://docs.newapi.pro/)
</td>
<td width="33%" align="center">
@@ -902,7 +902,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
📊 开源轻量易用的服务器监控运维工具
<kbd>2.0.6</kbd> • [官网链接](https://github.com/naiba/nezha/)
<kbd>2.0.7</kbd> • [官网链接](https://github.com/naiba/nezha/)
</td>
<td width="33%" align="center">

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
services:
new-api:
image: calciumion/new-api:v0.11.7
image: calciumion/new-api:v0.12.2
container_name: ${CONTAINER_NAME}
restart: always
ports:

View File

@@ -1,6 +1,6 @@
services:
new-api:
image: calciumion/new-api:v0.12.1
image: calciumion/new-api:v0.12.2
container_name: ${CONTAINER_NAME}
restart: always
ports:

View File

@@ -1,6 +1,6 @@
services:
dashboard:
image: ghcr.io/nezhahq/nezha:v2.0.6
image: ghcr.io/nezhahq/nezha:v2.0.7
container_name: ${CONTAINER_NAME}
restart: always
volumes:

View File

@@ -1,6 +1,6 @@
services:
prompt-optimizer:
image: linshen/prompt-optimizer:2.8.0
image: linshen/prompt-optimizer:2.9.1
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports: