/AIChatWeb

在ChatGPT-Next-Web的基础上,增加注册,登录,用户管理,额度限制,注册邀请机制,绘图,敏感词拦截,对接支付系统,对接发卡平台,多种支付方式

Primary LanguageTypeScriptOtherNOASSERTION

预览

AI Chat Web

一键部署 · 官 网 · 演示地址 · 优秀案例

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版

社区版功能 AIChat Community Function

功能 进度
用户管理(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) 进行中

Pro版功能 AIChat Pro 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) 长期进行

预览Preview

聊天 Chat

聊天页

登录 Login

登录页

注册 Register

注册页

个人中心 Profile

个人中心

本项目需要依赖特定的后端,以及相应的后台管理前端项目。

This project depends on the given projects below.

AI Chat Console(front-end project)

https://github.com/Nanjiren01/AIChatConsole

会员列表 Member List

成员列表

次数变动记录/手动添加次数 Quota Record

次数变动记录

AI Chat Admin(back-end project)

https://github.com/Nanjiren01/AIChatAdmin

一键部署

  1. 在云厂商购买一台合适配置的服务器,操作系统选择CentOS 7.9(其他版本未测试)
  2. 在安全组中放行80端口和8080端口
  3. 连接云服务器,在命令行中运行以下代码
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访问后台服务。

由于在命令行中设定的密码较为简单(只包含字母和数字),建议应用启动后,尽快进入后台修改超管密码。

License

本仓库是基于仓库 Yidadaa's ChatGPT-Next-Web 的996许可证,以MIT license的形式重新分发。

加入QQ交流群、微信群获取更多内容

QQ

wechat

知识星球

加入知识星球福利

  • 免费获取AIChat pro版
  • 有可能获得免费定制服务
  • 优秀案例展示
  • 高级教程(包括HTTPS搭建、域名注册、服务器购买、高级套餐页制作)
  • ChatGPT高级使用手册
  • 新功能优先体验

当前星球价格为98元,随着功能的不断完善,知识星球价格逐步提升

AIChatAdmin知识星球

知识星球优秀案例

YOURS-AI

网址:https://junmao.shop/ 用户:300+

NEU-GPT

网址:https://neu.zxyt.top/ 用户:150+

pro版本规划路线(从上往下逐步完成)

  1. 对接支付系统 Pay
  2. 邀请机制(邀请赠送额度)
  3. 仪表盘(新增用户数曲线图、聊天数量曲线图)
  4. 对接发卡平台
  5. 服务端消息保存(Chat Saved by Server)
  6. 多模型支持(Claude、Bard……)