安装 chatgpt中的yakGPT

发布时间 2023-06-20 15:49:53作者: 沐清风

 

在安装nodeJS

yum install epel-release

yum install nodejs

yum install npm

 

拉取代码:https://github.com/yakGPT/yakGPT

压缩上传到contos ,安装解压工具

yum install -y unzip zip

解压zip:

unzip yakGPT.zip

安装wget

yum install -y wget

安装yarn命名

npm install yarn -g

source /etc/profile

下载依赖包

cd /opt/yakGPT

yarn

打包

yarn build

启动 

yarn start