From 6be559ef45fcf2d74e83b1d8a6fb711569a9b5d2 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 19 Dec 2024 17:58:53 -0500 Subject: [PATCH] Change wording a bit. Signed-off-by: Adam Treat --- gpt4all-chat/metadata/latestnews.md | 2 +- gpt4all-chat/metadata/release.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt4all-chat/metadata/latestnews.md b/gpt4all-chat/metadata/latestnews.md index d420e1f79b46..2875bf04dcec 100644 --- a/gpt4all-chat/metadata/latestnews.md +++ b/gpt4all-chat/metadata/latestnews.md @@ -3,7 +3,7 @@ GPT4All v3.6.0 was released on December 19th. Changes include: * **Reasoner v1:** - * Added a built-in javascript code interpreter tool. + * 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:** diff --git a/gpt4all-chat/metadata/release.json b/gpt4all-chat/metadata/release.json index efcc072e2814..c1c70b106b77 100644 --- a/gpt4all-chat/metadata/release.json +++ b/gpt4all-chat/metadata/release.json @@ -251,7 +251,7 @@ }, { "version": "3.6.0", - "notes": "* **Reasoner v1:**\n * Added a built-in javascript code interpreter tool.\n * Custom curated model that utilizes the code interpreter to break down, analyze, perform, and verify complex reasoning tasks.\n* **Templates:** Automatically substitute chat templates that are not compatible with Jinja2Cpp in GGUFs.\n* **Fixes:**\n * Remote model template to allow for XML in messages.\n * Jinja2Cpp bug that broke system message detection in chat templates.\n * LocalDocs sources displaying in unconsolidated form after v3.5.0.", + "notes": "* **Reasoner v1:**\n * Built-in javascript code interpreter tool.\n * Custom curated model that utilizes the code interpreter to break down, analyze, perform, and verify complex reasoning tasks.\n* **Templates:** Automatically substitute chat templates that are not compatible with Jinja2Cpp in GGUFs.\n* **Fixes:**\n * Remote model template to allow for XML in messages.\n * Jinja2Cpp bug that broke system message detection in chat templates.\n * LocalDocs sources displaying in unconsolidated form after v3.5.0.", "contributors": "* Adam Treat (Nomic AI)\n* Jared Van Bortel (Nomic AI)" } ]