在自己的vps上搭建freeGPT

大前提,部署的vps要能连接外网,也就是没被chatgpt屏蔽

一、安装docker

apt update && apt install docker.io -y

二、拉取镜像

docker pull ramonvc/freegpt-webui

三、创建容器

docker run -d -p 1338:1338 ramonvc/freegpt-webui

四、访问页面

http://localhost:1338

五、作者的github

https://github.com/ramonvc/freegpt-webui

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注