Based on ChatGPT-Next-Web, this repository added some magic functions, like login, register...
本项目是在ChatGPT-Next-Web的基础上增加登录,注册等功能(注意,由于登录注册需要后台支持,因此本项目需要单独部署后端服务才可以运行)
本项目不再支持在vercel上正常运行
This project can NOT run on the vercel.
前台 http://chat.nanjiren.online
后台 http://admin.nanjiren.online 账号:aichat 密码:aichatadmin
温馨提示,由于后台开放,请勿在演示站中输入敏感信息
本项目区分社区版,及Pro版
功能 | 进度 |
---|---|
用户管理(User Management) | ✔已完成 |
额度管理(Quota Management) | ✔已完成 |
注册额度赠送(Registration limit gift) | ✔已完成 |
邮箱验证码注册(Email verification code registration) | ✔已完成 |
图形验证码注册(Graphic verification code registration) | ✔已完成 |
网站标题及Logo定制(Website Title and Logo Customization) | 进行中 |
自定义敏感词拦截(Custom sensitive word interception) | 进行中 |
基于用户的调用频率限制(User based call frequency limit) | ✔已完成 |
修改密码(Change password) | 进行中 |
绘图功能(Drawing function) | 进行中 |
功能 | 进度 |
---|---|
社区版的全功能(Full functionality of the community version) | ✔ |
邀请机制(Invitation mechanism) | 进行中 |
服务端消息保存(Chat Saved by Server) | 进行中 |
仪表盘(new user count curve, chat count curve) | 进行中 |
对接支付系统(Connect to the payment system Pay) | 进行中 |
对接发卡平台(Docking with card issuing platforms) | 进行中 |
多模型支持(Multiple model support) | 长期进行 |
本项目需要依赖特定的后端,以及相应的后台管理前端项目。
This project depends on the given projects below.
https://github.com/Nanjiren01/AIChatConsole
https://github.com/Nanjiren01/AIChatAdmin
- 在云厂商购买一台合适配置的服务器,操作系统选择CentOS 7.9(其他版本未测试)
- 在安全组中放行80端口和8080端口
- 连接云服务器,在命令行中运行以下代码
bash <(curl -s https://raw.githubusercontent.com/Nanjiren01/AIChatWeb/main/scripts/setup.sh)
命令运行过程中,需要设置超级管理员的账号和密码(请将aichat888更改为自己的账号密码并牢记),如下所示:
Please input the super admin username.
Only letters and numbers are supported, the length should between 6 and 20, and they cannot start with a number.
Username: aichat888
Super Admin Username is valid.
Please input the super admin password.
Only letters and numbers are supported, and the length should between 6 and 20.
You can change it on the web page after the Application running
Password: aichat888
Super Admin Password is valid.
当出现以下提示,说明部署成功
[+] Running 5/5
✔ Network root_default Created
✔ Container aichat-db Started
✔ Container aichat-admin Started
✔ Container aichat-console Started
✔ Container aichat-web Started
稍等几秒钟应用初始化,即可打开http://IP访问前台页面,打开http://IP:8080访问后台服务。
由于在命令行中设定的密码较为简单(只包含字母和数字),建议应用启动后,尽快进入后台修改超管密码。
本仓库是基于仓库 Yidadaa's ChatGPT-Next-Web 的996许可证,以MIT license的形式重新分发。
加入知识星球福利
- 免费获取AIChat pro版
- 有可能获得免费定制服务
- 优秀案例展示
- 高级教程(包括HTTPS搭建、域名注册、服务器购买、高级套餐页制作)
- ChatGPT高级使用手册
- 新功能优先体验
当前星球价格为98元,随着功能的不断完善,知识星球价格逐步提升
网址:https://junmao.shop/ 用户:300+
网址:https://neu.zxyt.top/ 用户:150+
- 对接支付系统 Pay
- 邀请机制(邀请赠送额度)
- 仪表盘(新增用户数曲线图、聊天数量曲线图)
- 对接发卡平台
- 服务端消息保存(Chat Saved by Server)
- 多模型支持(Claude、Bard……)