Commercial ChatGPT web app (fork of 79E/ChatGpt-Web)
Top 96.7% on sourcepulse
This project provides a commercially viable, self-hosted ChatGPT web application with a backend and administrative panel. It targets users who need a customizable and manageable AI chat interface, offering features like user and token management, support for various GPT models (including DALL-E 3), and integration with domestic large models via an API proxy.
How It Works
The application is built on Node.js, utilizing a MySQL database for data persistence and Redis for caching. It features a responsive UI and a backend administration system for managing users, tokens, products, and activation codes. The architecture supports multiple GPT models and allows integration with custom domestic large models through an intermediary API like songquanpeng/one-api
.
Quick Start & Requirements
yarn install
followed by yarn build
and pm2 start
.chatgpt
and importing the provided SQL schema. Configuration of backend port, database credentials, and email is done in server/config/index.js
. A web server with SSL and reverse proxy to http://127.0.0.1:3200
is recommended for deployment.Highlighted Details
Maintenance & Community
79E/ChatGpt-Web
project.79E
and other contributors.Licensing & Compatibility
Limitations & Caveats
The project is a fork and relies on external services for model access. The absence of a specified open-source license raises concerns about commercial use and redistribution legality. No specific community support channels or detailed documentation links are provided.
1 year ago
1 day