1 Star 1 Fork 2

wangcl_deep / gpt4free

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yaml 364 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Xiang 提交于 2023-05-01 22:50 . Add proxy config
version: "3.9"
services:
gpt4free:
build:
context: ./
dockerfile: Dockerfile
container_name: dc_gpt4free
# environment:
# - http_proxy=http://127.0.0.1:1080 # modify this for your proxy
# - https_proxy=http://127.0.0.1:1080 # modify this for your proxy
image: img_gpt4free
ports:
- 8501:8501
restart: always
1
https://gitee.com/wangcl_deep/gpt4free.git
git@gitee.com:wangcl_deep/gpt4free.git
wangcl_deep
gpt4free
gpt4free
main

搜索帮助