From 2c5097c9de55c33fb67052c2936b2835e1d1cd0d Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Thu, 12 Dec 2024 14:56:05 -0500 Subject: [PATCH] latestnews: make it more compact Signed-off-by: Jared Van Bortel --- gpt4all-chat/metadata/latestnews.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gpt4all-chat/metadata/latestnews.md b/gpt4all-chat/metadata/latestnews.md index d50a2fce..1990e83b 100644 --- a/gpt4all-chat/metadata/latestnews.md +++ b/gpt4all-chat/metadata/latestnews.md @@ -10,10 +10,8 @@ GPT4All v3.5.0 was released on December 9th. Changes include: * 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. +* **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.