ChatGPT web网站

发布时间 2023-04-11 18:13:41作者: 平行的线

云服务器

外国云服务器,Linux Debian系统
切换到root账户sudo su
然后执行以下命令复制一份网站的模板:

git clone
https://github.com/Chanzhaoyu/chatgpt-web.git
cd chatgpt-web

安装依赖
安装node
node需要18或以上的版本
执行以下命令:

#安装nodejs
apt install nodejs

#安装node包管理器
apt install npm

#升级到node.js最新稳定版本
n stable # latest

hash -r

#查看版本,如果是18及以上就可以了
node -v

未完待续...