mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
chat: release version 3.3.0 (#2965)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
da21174fb1
commit
4dc87d9fa3
@ -1,10 +1,9 @@
|
|||||||
## Latest News
|
## Latest News
|
||||||
|
|
||||||
Version 3.2.1 has now been released which fixes an issue with poor quality responses on NVIDIA GPUs in 3.2.0. The new 3.2 minor version brings:
|
GPT4All v3.3.0 was released on September 23rd. Changes include:
|
||||||
|
|
||||||
* **Official Language Translations**: Translations for Simplified Chinese, Traditional Chinese, Italian, Portuguese, Romanian, and Spanish.<br/>
|
* **UI Improvements**: The minimum window size now adapts to the font size. A few labels and links have been fixed. The Embeddings Device selection of "Auto"/"Application default" works again. The window icon is now set on Linux. The antenna icon now displays when the API server is listening.
|
||||||
Go to Settings > Language and Locale to change the application language.
|
* **Single Instance**: Only one instance of GPT4All can be opened at a time. This is now enforced.
|
||||||
* **Context Window Improvements**: Significantly faster context recalculation when context runs out
|
* **Greedy Sampling**: Set temperature to zero to enable greedy sampling.
|
||||||
* **Bugfixes**: Models no longer stop generating when they run out of context
|
* **API Server Changes**: The built-in API server now responds correctly to both legacy completions, and chats with message history. Also, it now uses the system prompt configured in the UI.
|
||||||
|
* **Translation Improvements**: The Italian, Romanian, and Traditional Chinese translations have been updated.
|
||||||
Also, Qwen2-1.5B-Instruct was recently added to the model list, which has good Chinese support.
|
|
||||||
|
@ -203,5 +203,10 @@
|
|||||||
"version": "3.2.1",
|
"version": "3.2.1",
|
||||||
"notes": "<b>— Fixes —</b>\n* Fix a potential Vulkan crash on application exit on some Linux systems\n* Fix a bad CUDA build option that led to gibberish on newer NVIDIA GPUs\n",
|
"notes": "<b>— Fixes —</b>\n* Fix a potential Vulkan crash on application exit on some Linux systems\n* Fix a bad CUDA build option that led to gibberish on newer NVIDIA GPUs\n",
|
||||||
"contributors": "* Jared Van Bortel (Nomic AI)"
|
"contributors": "* Jared Van Bortel (Nomic AI)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "3.3.0",
|
||||||
|
"notes": "* **UI Improvements**: The minimum window size now adapts to the font size. A few labels and links have been fixed. The Embeddings Device selection of \"Auto\"/\"Application default\" works again. The window icon is now set on Linux. The antenna icon now displays when the API server is listening.\n* **Single Instance**: Only one instance of GPT4All can be opened at a time. This is now enforced.\n* **Greedy Sampling**: Set temperature to zero to enable greedy sampling.\n* **API Server Changes**: The built-in API server now responds correctly to both legacy completions, and chats with message history. Also, it now uses the system prompt configured in the UI.\n* **Translation Improvements**: The Italian, Romanian, and Traditional Chinese translations have been updated.\n",
|
||||||
|
"contributors": "* Jared Van Bortel (Nomic AI)\n* Adam Treat (Nomic AI)\n* 3Simplex (`@3Simplex`)\n* Riccardo Giovanetti (`@Harvester62`)\n* Victor Emanuel (`@SINAPSA-IC`)\n* Dominik (`@cosmic-snow`)\n* Shiranui (`@supersonictw`)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user