VUE开发的ChatGPT3.5全开源小程序源码

正文:

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第1张

所需环境

uniapp nodejs

搭建教学

首先前端源码下载下来,用idea源码编辑器打开,只需要修改配置文件中的请求api(request/request.js),需要搭建好后端请求

1.服务器配置

centos7.9

2.宝塔面板安装宝塔

3.如果在线下载地址报错:

下载xshell

4.前端使用工具 :

HBuilder X

node.js

try_files $uri $uri/ /index.html;
location /prod-api/ {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://120.48.124.77:7697/;
}

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第2张

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第3张

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第4张

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第5张

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第6张

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第7张

VUE开发的ChatGPT3.5全开源小程序源码 小程序源码 第8张

本文结束