ChuanhuChatGPT

Normal
GitHub Python GPL-3.0

Description

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

💡 Unified multi-model chat interface for managing multiple LLM APIs in one place
💡 Enterprise document knowledge base Q&A and intelligent retrieval
💡 AI assistant for autonomous execution of complex tasks
💡 Fine-tuning custom conversational models on proprietary data
💡 Self-hosted ChatGPT alternative for personal or team use

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.

Related Projects