Skip to content

bbsweb/chatgpt-webui

Repository files navigation

ChatGPT Web UI

这是一个使用 Nextjs + MongoDB 构建的 Chatgpt 聊天 UI。它支持多语言、明暗模式、上下文支持、并能持久性存储聊天记录。

cover

功能

  • 多语言
  • 明暗模式
  • 上下文配置
  • 预设角色
  • 分享聊天

配置

MONGODB_URI (必需)

需要提供 MongoDB 连接的环境变量,类似 "mongodb://<username>:<password>@localhost:3000/<dbname>?retryWrites=true&w=majority

部署

Vercel

Deploy with Vercel

自行部署

npm run build
npm start