-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes and latestnews for v3.6.0, and bump version. (#3331)
Signed-off-by: AT <[email protected]> Co-authored-by: Jared Van Bortel <[email protected]>
- Loading branch information
1 parent
183eb9f
commit 93b4093
Showing
3 changed files
with
17 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,12 @@ | ||
## Latest News | ||
|
||
GPT4All v3.5.3 was released on December 16th. It fixes a serious issue with LocalDocs in v3.5.2 that resulted in sources not being used. | ||
|
||
GPT4All v3.5.2 was released on December 13th. It changes the "Explore Models" page and fixes issues with the API server and cloned models. | ||
|
||
GPT4All v3.5.1 was released on December 10th and fixes several issues with the new chat templates. Additionally, it fixes a bug with the default model button as well an issue with remote models. | ||
|
||
--- | ||
|
||
GPT4All v3.5.0 was released on December 9th. Changes include: | ||
|
||
* **Message Editing:** | ||
* You can now edit any message you've sent by clicking the pencil icon below it. | ||
* You can now redo earlier responses in the conversation. | ||
* **Templates:** Chat templates have been completely overhauled! They now use Jinja-style syntax. You may notice warnings or errors in the UI. Read the linked docs, and if you have any questions, please ask on the Discord. | ||
* **File Attachments:** Markdown and plain text files are now supported as file attachments. | ||
* **System Tray:** There is now an option in Application Settings to allow GPT4All to minimize to the system tray instead of closing. | ||
* **Local API Server:** | ||
* The API server now supports system messages from the client and no longer uses the system message in settings. | ||
* You can now send messages to the API server in any order supported by the model instead of just user/assistant pairs. | ||
* **Translations:** The Italian and Romanian translations have been improved. | ||
GPT4All v3.6.0 was released on December 19th. Changes include: | ||
|
||
* **Reasoner v1:** | ||
* Built-in javascript code interpreter tool. | ||
* Custom curated model that utilizes the code interpreter to break down, analyze, perform, and verify complex reasoning tasks. | ||
* **Templates:** Automatically substitute chat templates that are not compatible with Jinja2Cpp in GGUFs. | ||
* **Fixes:** | ||
* Remote model template to allow for XML in messages. | ||
* Jinja2Cpp bug that broke system message detection in chat templates. | ||
* LocalDocs sources displaying in unconsolidated form after v3.5.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters