ChuanhuChatGPT
NormalDescription
ChuanhuChatGPT is a lightweight GUI for ChatGPT API and many LLMs, supporting agents, file-based QA, web search, and GPT finetuning with a neat UI.
Key Features
- Supports 20+ API and local models including GPT-5/4/4o, Claude 3, Gemini, and DeepSeek
- File-based QA (knowledge base) for document-grounded conversations
- Chuanhu Assistant (Agent mode) for autonomous problem-solving like AutoGPT
- Web search integration to bring real-time network information to LLMs
- GPT-3.5 fine-tuning support for personalized conversational models
- Beautiful cross-platform UI with PWA support and glassmorphism effects
Use Cases
Categories
Quick Start
```bash
git clone https://github.com/GaiZhenbiao/ChuanhuChatGPT.git
cd ChuanhuChatGPT
pip install -r requirements.txt
```
Copy `config_example.json` to `config.json`, add your API key, then run `python ChuanhuChatbot.py`. A browser window opens automatically for chatting. Also available as a one-click Hugging Face Space deployment.