mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-04-27 19:35:20 +00:00
chat: release version 3.9.0 (#3462)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
52164142de
commit
22b8bc546f
@ -1,5 +1,15 @@
|
||||
## Latest News
|
||||
|
||||
GPT4All v3.9.0 was released on February 4th. Changes include:
|
||||
|
||||
* **LocalDocs Fix:** LocalDocs no longer shows an error on later messages with reasoning models.
|
||||
* **DeepSeek Fix:** DeepSeek-R1 reasoning (in 'think' tags) no longer appears in chat names and follow-up questions.
|
||||
* **Windows ARM Improvements:**
|
||||
* Graphical artifacts on some SoCs have been fixed.
|
||||
* A crash when adding a collection of PDFs to LocalDocs has been fixed.
|
||||
* **Template Parser Fixes:** Chat templates containing an unclosed comment no longer freeze GPT4All.
|
||||
* **New Models:** OLMoE and Granite MoE models are now supported.
|
||||
|
||||
GPT4All v3.8.0 was released on January 30th. Changes include:
|
||||
|
||||
* **Native DeepSeek-R1-Distill Support:** GPT4All now has robust support for the DeepSeek-R1 family of distillations.
|
||||
|
@ -268,5 +268,10 @@
|
||||
"version": "3.8.0",
|
||||
"notes": "* **Native DeepSeek-R1-Distill Support:** GPT4All now has robust support for the DeepSeek-R1 family of distillations.\n * Several model variants are now available on the downloads page.\n * Reasoning (wrapped in \"think\" tags) is displayed similarly to the Reasoner model.\n * The DeepSeek-R1 Qwen pretokenizer is now supported, resolving the loading failure in previous versions.\n * The model is now configured with a GPT4All-compatible prompt template by default.\n* **Chat Templating Overhaul:** The template parser has been *completely* replaced with one that has much better compatibility with common models.\n* **Code Interpreter Fixes:**\n * An issue preventing the code interpreter from logging a single string in v3.7.0 has been fixed.\n * The UI no longer freezes while the code interpreter is running a computation.\n* **Local Server Fixes:**\n * An issue preventing the server from using LocalDocs after the first request since v3.5.0 has been fixed.\n * System messages are now correctly hidden from the message history.\n",
|
||||
"contributors": "* Jared Van Bortel (Nomic AI)\n* Adam Treat (Nomic AI)\n* ThiloteE (`@ThiloteE`)"
|
||||
},
|
||||
{
|
||||
"version": "3.9.0",
|
||||
"notes": "* **LocalDocs Fix:** LocalDocs no longer shows an error on later messages with reasoning models.\n* **DeepSeek Fix:** DeepSeek-R1 reasoning (in 'think' tags) no longer appears in chat names and follow-up questions.\n* **Windows ARM Improvements:**\n * Graphical artifacts on some SoCs have been fixed.\n * A crash when adding a collection of PDFs to LocalDocs has been fixed.\n* **Template Parser Fixes:** Chat templates containing an unclosed comment no longer freeze GPT4All.\n* **New Models:** OLMoE and Granite MoE models are now supported.\n",
|
||||
"contributors": "* Jared Van Bortel (Nomic AI)\n* Adam Treat (Nomic AI)\n* ThiloteE (`@ThiloteE`)"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user