# chathub
**Repository Path**: ttga/chathub
## Basic Information
- **Project Name**: chathub
- **Description**: 聊天中心是一个多合一的聊天机器人客户端
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-03-30
- **Last Updated**: 2023-07-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
ChatHub
### ChatHub is an all-in-one chatbot client
[![author][author-image]][author-url]
[![license][license-image]][license-url]
[![release][release-image]][release-url]
[![last commit][last-commit-image]][last-commit-url]
English | [Indonesia](README_IN.md) | [简体中文](README_ZH-CN.md) | [繁體中文](README_ZH-TW.md) | [日本語](README_JA.md)
##
### Install

##
[Screenshot](#-screenshot) | [Features](#-features) | [Supported Bots](#-supported-bots) | [Manual Installation](#-manual-installation) | [Build from Source](#-build-from-source) | [Changelog](#-changelog)
[author-image]: https://img.shields.io/badge/author-wong2-blue.svg
[author-url]: https://github.com/wong2
[license-image]: https://img.shields.io/github/license/chathub-dev/chathub?color=blue
[license-url]: https://github.com/chathub-dev/chathub/blob/main/LICENSE
[release-image]: https://img.shields.io/github/v/release/chathub-dev/chathub?color=blue
[release-url]: https://github.com/chathub-dev/chathub/releases/latest
[last-commit-image]: https://img.shields.io/github/last-commit/chathub-dev/chathub?label=last%20commit
[last-commit-url]: https://github.com/chathub-dev/chathub/commits
##
## 📷 Screenshot


## ✨ Features
- 🤖 Use different chatbots in one app, currently supporting ChatGPT, new Bing Chat, Google Bard, Claude, and 10+ open-source models including Alpaca, Vicuna, ChatGLM etc
- 💬 Chat with multiple chatbots at the same time, making it easy to compare their answers
- 🚀 Support ChatGPT API and GPT-4 Browsing
- 🔍 Shortcut to quickly activate the app anywhere in the browser
- 🎨 Markdown and code highlight support
- 📚 Prompt Library for custom prompts and community prompts
- 💾 Conversation history saved locally
- 📥 Export and Import all your data
- 🔗 Share conversation to markdown
- 🌙 Dark mode
## 🤖 Supported Bots
* ChatGPT (via Webapp/API/Azure/Poe)
* Bing Chat
* Google Bard
* Claude (via Poe)
* iFlytek Spark
* ChatGLM
* Alpaca
* Vicuna
* Koala
* Dolly
* LLaMA
* StableLM
* OpenAssistant
* ChatRWKV
* ...
## 🔧 Manual Installation
- Download chathub.zip from [Releases](https://github.com/chathub-dev/chathub/releases)
- Unzip the file
- In Chrome/Edge go to the extensions page (chrome://extensions or edge://extensions)
- Enable Developer Mode
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterward)
## 🔨 Build from Source
- Clone the source code
- `yarn install`
- `yarn build`
- Load `dist` folder to browser by following steps in _Manual Installation_
## 📜 Changelog
### v1.22.0
- Support Claude API
### v1.21.0
- Add more open-source models
### v1.20.0
- Access from Chrome side panel
### v1.19.0
- Quick access to prompts
### v1.18.0
- Support Alpaca, Vicuna and ChatGLM
### v1.17.0
- Support GPT-4 Browsing model
### v1.16.5
- Add Azure OpenAI service support
### v1.16.0
- Add custom theme setting
### v1.15.0
- Add Xunfei Spark bot
### v1.14.0
- Support more bots in all-in-one mode for premium users
### v1.12.0
- Add premium license
### v1.11.0
- Support Claude (via Poe)
### v1.10.0
- Command + K
### v1.9.4
- Dark mode
### v1.9.3
- Support math formula with katex
- Save community prompt to local
### v1.9.2
- Delete history messages
### v1.9.0
- Share chat as markdown or via sharegpt.com
### v1.8.0
- Import/Export all data
- Edit local prompts
- Switch chatbots for comparison
### v1.7.0
- Add conversation history
### v1.6.0
- Add support for Google Bard
### v1.5.4
- Support GPT-4 model in ChatGPT api mode
### v1.5.1
- Add i18n settings
### v1.5.0
- Support GPT-4 model in ChatGPT Webapp mode
### v1.4.0
- Add Prompt Library
### v1.3.0
- Add copy code button
- Sync chat state between all-in-one and standalone mode
- Allows input while generating answer
### v1.2.0
- Support copy message text
- Improve setting page form element style