mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 02:38:18 +08:00
Compare commits
3 Commits
3e79a5dacc
...
23a6c7bf74
| Author | SHA1 | Date | |
|---|---|---|---|
| 23a6c7bf74 | |||
| e2cd5d3904 | |||
| f7b6aeed6d |
@@ -246,7 +246,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
|
|||||||
|
|
||||||
🚀 免费的GPT-4和其他大语言模型API接口
|
🚀 免费的GPT-4和其他大语言模型API接口
|
||||||
|
|
||||||
<kbd>7.4.7-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
|
<kbd>7.5.0-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gpt4free:
|
gpt4free:
|
||||||
image: hlohaus789/g4f:v7.4.7-slim
|
image: hlohaus789/g4f:v7.5.0-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.4.7
|
image: hlohaus789/g4f:v7.5.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.235
|
ipv4_address: ${SUBNET_PREFIX}.235
|
||||||
image: chaitin/safeline-detector:9.3.3
|
image: chaitin/safeline-detector:9.3.4
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||||
|
|||||||
Reference in New Issue
Block a user