Commit
•
26d0295
1
Parent(s):
c545f21
Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,23 @@ license: apache-2.0
|
|
4 |
<p align="center" style="margin-bottom: 0;">
|
5 |
<img src="https://github.com/huggingface/chat-macOS/raw/main/assets/banner.png" alt="HuggingChat macOS Banner">
|
6 |
</p>
|
7 |
-
<h1 align="center" style="margin-top: 0;">HuggingChat
|
8 |
|
9 |
### About
|
10 |
HuggingChat is a native chat interface designed specifically for macOS users, leveraging the power of open-source language models. It brings the capabilities of advanced AI conversation right to your desktop, offering a seamless and intuitive experience.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
### Installation
|
13 |
|
14 |
1. Download the latest `HuggingChat.zip` file from this repository.
|
|
|
4 |
<p align="center" style="margin-bottom: 0;">
|
5 |
<img src="https://github.com/huggingface/chat-macOS/raw/main/assets/banner.png" alt="HuggingChat macOS Banner">
|
6 |
</p>
|
7 |
+
<h1 align="center" style="margin-top: 0;">HuggingChat</h1>
|
8 |
|
9 |
### About
|
10 |
HuggingChat is a native chat interface designed specifically for macOS users, leveraging the power of open-source language models. It brings the capabilities of advanced AI conversation right to your desktop, offering a seamless and intuitive experience.
|
11 |
|
12 |
+
### Release Notes
|
13 |
+
```
|
14 |
+
* Fixed bugs related to focused inputs (https://github.com/huggingface/chat-macOS/issues/6), model selection (https://github.com/huggingface/chat-macOS/issues/5) and other performance issues.
|
15 |
+
* Dropped the 'Mac'. Just HuggingChat. It's cleaner. (https://github.com/huggingface/chat-macOS/issues/8)
|
16 |
+
* Added basic local model inference support for [GGUF](https://huggingface.co/docs/hub/en/gguf) with the ability to dynamically switch between local and server model using new keyboard shortcut `⌘+shift+\` (modifiable in Settings).
|
17 |
+
* Added a 'Components' pane in Settings for model download/import.
|
18 |
+
* Added the ability to import local text files (e.g. source code and text)
|
19 |
+
* Conversations can now be set to clear at preset intervals
|
20 |
+
* Added acknowledgments section to the About section highlighting OS tools used within the app.
|
21 |
+
* Fixed app update server.
|
22 |
+
```
|
23 |
+
|
24 |
### Installation
|
25 |
|
26 |
1. Download the latest `HuggingChat.zip` file from this repository.
|