chatgpt-web
chatgpt-web copied to clipboard
🔥 🔥 🔥 一键部署GitHub热门开源GPT WEB项目:快速搭建您的智能对话平台
One-click deployment of your ChatGPT site.
Use this script to quickly create your own ChatGPT web site. | 使用此脚本可以快速创建您自己的 ChatGPT 网站。
Click here to join the WeChat group
| :octocat:机场推荐 | :link:链接 | :pushpin:机场概况 |
|---|---|---|
| :white_check_mark:魔戒 | :link:官网 | 按量不限时、不限速、不限设备,解锁ChatGPT |
| :white_check_mark:Teacat | :link:官网 | 按周期、不限速、不限设备、IEPL专线,解锁ChatGPT |
| :white_check_mark:八戒 | :link:官网 | 按量不限时、IEPL专线、不限速、不限设备、低延迟,高网速,解锁ChatGPT |
| :white_check_mark:acyun | :link:官网 | 按量不限时(3T只需40RMB)、高速中转线路、不限速、不限制客户端数量,解锁ChatGPT |
📦 部署 | Deployment
✨ ChatGPT-Next-Web
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-next-web && cd /data/chatgpt-next-web
#(2)下载主执行脚本 ChatGPT-Next-Web_build.sh 脚本会判断当前系统是Ubuntu还是CentOS,其他系统则不会执行构建
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Next-Web/ChatGPT-Next-Web_build.sh)"
✨ ChatGPT-Web
执行如下命令一键安装chatgpt-web
Kerwin1202/chatgpt-web
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-web && cd /data/chatgpt-web
#(2)下载执行脚本
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl
#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面的内容
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Kerwin1202_env.example
# RHEL and CentOS or Rocky 7/8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin.sh)"
# Ubuntu or Debian
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin_U.sh)"
Chanzhaoyu/chatgpt-web
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-web && cd /data/chatgpt-web
#(2)下载执行脚本
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl
#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面的内容
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Chanzhaoyu_env.example
# RHEL and CentOS or Rocky 7/8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin.sh)"
# Ubuntu or Debian
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin_U.sh)"
✨ Chat Nio
#(1)创建脚本执行目录
mkdir -p /data/chatnio/config && cd /data/chatnio
#(2)下载执行脚本
# CentOS
yum -y install wget curl
#(3)下载 env.example 配置文件;注意执行脚本前先进行修改里面后端地址为你自己的(非分布式部署则无需修改)
wget https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/env.example
#(4)下载 config.yaml 配置文件到config目录下;无特殊要求不要修改
wget -P config/ https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/config.yaml
#(5)执行如下命令一键安装chatnio
# RHEL and CentOS 8/9 or Rocky 8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/chatnio/Install/ChatNio_Install.sh)"
🔨 功能 | Functionality
源代码本地一键编译部署 | One-click compile and deploy of source code locally.
交互式自定义个人信息、代理等 | Interactive customization of personal information, proxies, etc.
自动检查系统环境,一键部署基础环境 | Automatically check system environment and deploy basic environment with one click
支持一键部署、一键更新 | Supports one-click deployment and update
支持主流Linux发行版操作系统 | Supports mainstream Linux distribution operating systems
支持一键快速卸载 | Supports one-click fast uninstallation
📚 截图 | Screenshot
| 所需组件检测 | 交互定义信息 |
| OS组件环境检测 | 自定义网站目录 |
| ChatGPT-Next-WEB | ChatGPT-WEB | ![]() |
![]() |

