Pandora自建ChatGPT
一行命令将chatgpt安装到自己服务器上: 使用国外的VPS。 以Ubuntu系统为例: 1.安装docker apt update && apt install docker.io -y 2.运行命令: docker run -e PANDORA_CLOUD=cloud -e PANDORA_SERVER=0.0.0.0:8899 -p 8899:8899 -d pengzhile/pandora 1.1.1.1:8899 视频教程: 使用velcel: (1)注册账户:需要绑定手机号。 https://vercel.com (2)点击下面链接。 https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fpengzhile%2Fpandora-cloud-serverless 点击创建。然后绑定域名。