- No login required, protects privacy, data stored locally in the browser.
- Responsive design, supports dark mode.
- Built-in prompt lists: Chinese and English.
- Multi-language support: (Chinese, English).
- Full Markdown support: LaTeX formulas, code highlighting, etc.
- Exportable as JSON files.
- Supports GPT-4, custom model parameters, API proxy support.
- Supports streaming responses.
- Automatically compress context chat logs to save tokens while supporting long conversations.
- Allow users to customize prompts.
- Include built-in characters and make them available in new sessions.
- Share as an image or share via a ShareGPT link.
- Package the desktop application using Tauri.
- Support text-to-speech functionality.
- Support a plugin system.
- Support more models.
docker build -t power-chatgpt .
docker run --name power-chatgpt --rm -it -p 127.0.0.1:3000:3000 power-chatgpt
# 运行地址
http://localhost:3000/
pnpm install
npm run build
npm run start