A web application that allows multiple users to share a ChatGPT account at the same time, developed using FastAPI and Vue3.
Used for sharing one ChatGPT account among friends.
This readme was mainly translated by ChatGPT.
ChatGPT Web Share (CWS for short) is designed to share a ChatGPT Plus account with multiple users. CWS:
- is a front-end and back-end separated application
- is used to share a ChatGPT account, not the official API
- supports user and conversation managements
- prioritizes support for ChatGPT Plus accounts
- A beautiful and concise web interface using naive-ui
- Supports English language
- Supports switching to dark mode
- Supports copying reply content or code content with one click
- Supports displaying images, tables, mathematical formulas, and code highlighting in replies
- Supports exporting conversations as beautiful Markdown or PDF files
- Replying content in typing animation
- Supports stopping generation
- Multiple users can share the same ChatGPT account
- Different users' ChatGPT conversations are separated and do not affect each other
- When multiple users request at the same time, they will be queued for processing
- Administrators can set users' maximum number of conversations, conversation time limits, etc.
- Provides real-time updated service usage status to avoid usage peaks
- Comprehensive management functions
- Modify user conversation restrictions
- Manage conversations/view member conversation records/assign conversations to specific users
- View logs in real-time
- Record request and conversation statistics
Please see the WIKI: English Guide
Starting from version v0.2.16, this project uses Sentry to collect error information. By using this project, you agree to the Sentry privacy policy. Any anonymous information collected through Sentry will only be used for development and debugging purposes. We will never collect or store any of your private data, like username, password, access token, etc.
From v0.3.5, Sentry is not used anymore.
This project is for learning and research purposes only, and commercial use is not encouraged. We are not responsible for any losses caused by using this project.