|
6 | 6 |
|
7 | 7 | <div align="center">
|
8 | 8 |
|
9 |
| -### ChatHub is an all-in-one chatbot client |
10 |
| - |
11 |
| -[![author][author-image]][author-url] |
12 |
| -[![license][license-image]][license-url] |
13 |
| -[![release][release-image]][release-url] |
14 |
| -[![last commit][last-commit-image]][last-commit-url] |
15 |
| - |
16 |
| -English | [Indonesia](README_IN.md) | [简体中文](README_ZH-CN.md) | [繁體中文](README_ZH-TW.md) | [日本語](README_JA.md) |
17 |
| - |
18 |
| -## |
19 |
| - |
20 | 9 | ### Install
|
21 | 10 |
|
22 | 11 | <a href="https://chrome.google.com/webstore/detail/chathub-all-in-one-chatbo/iaakpnchhognanibcahlpcplchdfmgma?utm_source=github"><img src="https://user-images.githubusercontent.com/64502893/231991498-8df6dd63-727c-41d0-916f-c90c15127de3.png" width="200" alt="Get ChatHub for Chromium"></a>
|
23 | 12 | <a href="https://microsoftedge.microsoft.com/addons/detail/chathub-allinone-chat/kdlmggoacmfoombiokflpeompajfljga?utm_source=github"><img src="https://user-images.githubusercontent.com/64502893/231991158-1b54f831-2fdc-43b6-bf9a-f894000e5aa8.png" width="160" alt="Get ChatHub for Microsoft Edge"></a>
|
24 | 13 |
|
25 |
| -## |
26 |
| - |
27 |
| -[Screenshot](#-screenshot) | [Features](#-features) | [Supported Bots](#-supported-bots) | [Manual Installation](#-manual-installation) | [Build from Source](#-build-from-source) | [Changelog](#-changelog) |
28 |
| - |
29 |
| -[author-image]: https://img.shields.io/badge/author-wong2-blue.svg |
30 |
| -[author-url]: https://github.com/wong2 |
31 |
| -[license-image]: https://img.shields.io/github/license/chathub-dev/chathub?color=blue |
32 |
| -[license-url]: https://github.com/chathub-dev/chathub/blob/main/LICENSE |
33 |
| -[release-image]: https://img.shields.io/github/v/release/chathub-dev/chathub?color=blue |
34 |
| -[release-url]: https://github.com/chathub-dev/chathub/releases/latest |
35 |
| -[last-commit-image]: https://img.shields.io/github/last-commit/chathub-dev/chathub?label=last%20commit |
36 |
| -[last-commit-url]: https://github.com/chathub-dev/chathub/commits |
37 |
| - |
38 | 14 | </div>
|
39 | 15 |
|
40 | 16 | ## 📷 Screenshot
|
@@ -73,132 +49,12 @@ English | [Indonesia](README_IN.md) | &
|
73 | 49 | - Baichuan
|
74 | 50 | - ...
|
75 | 51 |
|
76 |
| -## 🔧 Manual Installation |
77 |
| - |
78 |
| -- Download chathub.zip from [Releases](https://github.com/chathub-dev/chathub/releases) |
79 |
| -- Unzip the file |
80 |
| -- In Chrome/Edge go to the extensions page (chrome://extensions or edge://extensions) |
81 |
| -- Enable Developer Mode |
82 |
| -- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterward) |
83 |
| - |
84 | 52 | ## 🔨 Build from Source
|
85 | 53 |
|
86 | 54 | - Clone the source code
|
87 | 55 | - `corepack enable`
|
88 | 56 | - `yarn install`
|
89 | 57 | - `yarn build`
|
90 |
| -- Load `dist` folder to browser by following steps in _Manual Installation_ |
91 |
| - |
92 |
| -## 📜 Changelog |
93 |
| - |
94 |
| -**View changelogs since v1.33.0 on the website**: <https://changelog.chathub.gg> |
95 |
| - |
96 |
| -### v1.22.0 |
97 |
| - |
98 |
| -- Support Claude API |
99 |
| - |
100 |
| -### v1.21.0 |
101 |
| - |
102 |
| -- Add more open-source models |
103 |
| - |
104 |
| -### v1.20.0 |
105 |
| - |
106 |
| -- Access from Chrome side panel |
107 |
| - |
108 |
| -### v1.19.0 |
109 |
| - |
110 |
| -- Quick access to prompts |
111 |
| - |
112 |
| -### v1.18.0 |
113 |
| - |
114 |
| -- Support Alpaca, Vicuna and ChatGLM |
115 |
| - |
116 |
| -### v1.17.0 |
117 |
| - |
118 |
| -- Support GPT-4 Browsing model |
119 |
| - |
120 |
| -### v1.16.5 |
121 |
| - |
122 |
| -- Add Azure OpenAI service support |
123 |
| - |
124 |
| -### v1.16.0 |
125 |
| - |
126 |
| -- Add custom theme setting |
127 |
| - |
128 |
| -### v1.15.0 |
129 |
| - |
130 |
| -- Add Xunfei Spark bot |
131 |
| - |
132 |
| -### v1.14.0 |
133 |
| - |
134 |
| -- Support more bots in all-in-one mode for premium users |
135 |
| - |
136 |
| -### v1.12.0 |
137 |
| - |
138 |
| -- Add premium license |
139 |
| - |
140 |
| -### v1.11.0 |
141 |
| - |
142 |
| -- Support Claude (via Poe) |
143 |
| - |
144 |
| -### v1.10.0 |
145 |
| - |
146 |
| -- Command + K |
147 |
| - |
148 |
| -### v1.9.4 |
149 |
| - |
150 |
| -- Dark mode |
151 |
| - |
152 |
| -### v1.9.3 |
153 |
| - |
154 |
| -- Support math formula with katex |
155 |
| -- Save community prompt to local |
156 |
| - |
157 |
| -### v1.9.2 |
158 |
| - |
159 |
| -- Delete history messages |
160 |
| - |
161 |
| -### v1.9.0 |
162 |
| - |
163 |
| -- Share chat as markdown or via sharegpt.com |
164 |
| - |
165 |
| -### v1.8.0 |
166 |
| - |
167 |
| -- Import/Export all data |
168 |
| -- Edit local prompts |
169 |
| -- Switch chatbots for comparison |
170 |
| - |
171 |
| -### v1.7.0 |
172 |
| - |
173 |
| -- Add conversation history |
174 |
| - |
175 |
| -### v1.6.0 |
176 |
| - |
177 |
| -- Add support for Google Bard |
178 |
| - |
179 |
| -### v1.5.4 |
180 |
| - |
181 |
| -- Support GPT-4 model in ChatGPT api mode |
182 |
| - |
183 |
| -### v1.5.1 |
184 |
| - |
185 |
| -- Add i18n settings |
186 |
| - |
187 |
| -### v1.5.0 |
188 |
| - |
189 |
| -- Support GPT-4 model in ChatGPT Webapp mode |
190 |
| - |
191 |
| -### v1.4.0 |
192 |
| - |
193 |
| -- Add Prompt Library |
194 |
| - |
195 |
| -### v1.3.0 |
196 |
| - |
197 |
| -- Add copy code button |
198 |
| -- Sync chat state between all-in-one and standalone mode |
199 |
| -- Allows input while generating answer |
200 |
| - |
201 |
| -### v1.2.0 |
202 |
| - |
203 |
| -- Support copy message text |
204 |
| -- Improve setting page form element style |
| 58 | +- In Chrome/Edge go to the Extensions page (chrome://extensions or edge://extensions) |
| 59 | +- Enable Developer Mode |
| 60 | +- Drag the `dist` folder anywhere on the page to import it (do not delete the folder afterward) |
0 commit comments