chatgpt宝塔模块安装
首先去百度网盘下载宝塔模板:
链接:https://pan.baidu.com/s/1zjwUi2uBNCJkPGfQHfaLNw?pwd=u3y4
提取码:u3y4

然后在js文件找到apiKey apiCode 填上你的就行了
然后在宝塔nginx里添加设置就行了:
server {
listen 80;
server_name 你的域名(www.baidu.com);
location / {
root /www/wwwroot/chatgpt-module;
index index.html index.htm 200.html;
}
}
不懂的地方可以留言或者私聊我哟~