基于 ChatGPT 的 AI 问答系统
Live demo: https://zyzy.chat
- 多人在线聊天室,接入 OpenAI API 支持与 ChatGPT 对话
- 个人会话,会话列表增删改查
- 接入语音合成 TTS,可不同人声朗读消息
- 支持 AI 绘画,基于 DALL·E API
- 支持自定义模型,自行扩展更多可能
- 支持邀请返利功能
- 支持夜间模式切换
- 用户管理系统,支持注册登录
- 消息通知系统,支持发送站内信
- 响应式布局,多端适用
项目采用前后端分离,emerald 作为主色调,界面简洁。
主要技术栈:
- React
- TailwindCSS
- Rails
- PostgreSQL
- esbuild
- run
bundle install
- run
yarn install
- run
bin/dev
Open your web browser and navigate to http://localhost:3000
Pull requests are welcome.
- Fork it
- Create your branch (
git checkout -b some-branch
) - Commit your changes (
git commit -am 'Add some features'
) - Push to the branch (
git push origin some-branch
) - Create a new Pull Request
AiChat is MIT licensed