给软件行业带来了春天——揭秘Spring究竟是何方神圣(一)
给软件行业带来了春天——揭秘Spring究竟是何方神圣(二)
轻松驾驭JDBC:一篇文章帮你搞定数据库连接
在过去的一年中,有一个名字在科技界引起了热烈的讨论和广泛的关注——那就是ChatGPT。ChatGPT以其无与伦比的语言理解和生成能力,以及其独特的交互方式,已经赢得了全球数百万用户的热烈欢迎和深深的信任。而这篇文章将为你提供详细的步骤,指导你如何部署你自己的ChatGPT应用。
服务器基础规格:
- 至少有1个CPU
- 至少有512MB内存
- 至少有10GB的硬盘空间
- 服务器安装的系统Ubuntu,Centos,Debian都行,版本尽量新一点。(这里以Debian10为例)
sudo apt-get update
sudo apt-get upgrade
deb https://mirrors.aliyun.com/debian/ bullseye main non-free contrib
deb-src https://mirrors.aliyun.com/debian/ bullseye main non-free contrib
deb https://mirrors.aliyun.com/debian-security/ bullseye-security main
deb-src https://mirrors.aliyun.com/debian-security/ bullseye-security main
deb https://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib
deb-src https://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib
deb https://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib
deb-src https://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib
sudo cp /etc/apt/sources.list /etc/apt/sources.list.back
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install npm
sudo apt-get install yarn
进入宝塔官网,可以看到官方给的安装脚本,这里选择服务器对应的版本的。
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec
OPENAI API KEY=sk-xxxx (openAI秘钥)
CODE=code1,code2,code3 (私人访问密码,可设可不设)
然后进入该文件目录下的终端。
cd ./www/wwwroot/ChatGPT-Next-Web-main/
yarn install
- sudo apt remove cmdtest
- sudo apt remove yarn
- sudo npm install -g yarn
yarn install
调试一下该项目
yarn dev
运行该项目
yarn build
国内服务器腾讯云,阿里云均可。(新人首单还有优惠)
1.可以先去领取试用服务器进行试用。
2.直接购买的话(优先一年或三年期,相对来说更划算),近期各大云厂商年末都有活动。(购买前,先对账号注册实名等)
点击该处,年末感恩回馈
不过,使用国内服务器有一定的概率会进行项目审查,被审查后会被要求下线
但是国内服务器总体来说,相对来说便宜。主打一个实惠。哈哈哈
使用国内服务器需要备案才能使用域名,然后根据最新的网信办文件,chatgpt相关服务未完成相关的备案和审查,理论上不支持在国内的备案域名上访问。
后续如果使用国内服务器并进行了备案域名的话,有可能会被审查,审查后被要求下线,请按照要求进行下线等操作,否则后果自负。