1 Star 0 Fork 1

小开 / ChatGPT-Web镜像站-商业版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ChatGPT-Web镜像站-商业版

演示站:Https://SmallAI.SellHigh.Asia

介绍

VITE+REACT+JS搭建的一款CHatGPT镜像站商业版

功能

·ChatGPT3.5 ·ChatGPT4.0 ·Dall-E ·SD绘画 ·思维导图一键生成 ·手机号码注册 ·商城会员 ·代理

安装教程

  1. 服务器 建议2H2G及以上服务器 否则可能打包失败
  2. 环境配置 CentOS 7 PHP 7.3 Nginx 1.22.1 MySQl 5.7 Redis 7.0 安装Node.js版本管理器 PM2管理器
  3. 打包安装 修改后端服务器config /Server/config/index.js

使用指令: yarn install && yarn build

启动后端服务器: cd server pm2 start index.js --name chatweb --watch

伪静态 location / { try_files $uri $uri/ @router; index index.html; }

location @router { rewrite ^.*$ /index.html last; }

反向代理 Access URl = /api Proxy URl = http://127.0.0.1:3200/api Catch = 1min

使用说明

  1. Gitee版本是开源版 功能少了很多
  2. 如需升级版请联系我 13712056880 1273656643@qq.com
MIT License Copyright (c) 2023 79E Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

VITE+REACT+JS搭建的一款CHatGPT镜像站商业版 展开 收起
TypeScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/xiaokaiii/chat-gpt-web.git
git@gitee.com:xiaokaiii/chat-gpt-web.git
xiaokaiii
chat-gpt-web
ChatGPT-Web镜像站-商业版
master

搜索帮助