From 0c5a904f3563df5d774a3febdf3031d0b80d34f7 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 24 Feb 2025 09:04:09 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5060f7d1..4f14e6b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# LoLLMs v18.0 Changelog +- Working system-wide function calling. +- Full integration with lightrag. +- Enhanced UI +- Reworked the context management system +- Long term memory is back via a special function call + # LoLLMs v18.0 (beta) Changelog Now the messages can no longer render raw HTML. This allows a new protection against some code injection attacks. Since now lollms can run on docker. @@ -54,4 +61,4 @@ Now the messages can no longer render raw HTML. This allows a new protection aga - **New: Documentation for changelog notification system** ## Note -This update demonstrates that sophisticated thinking capabilities can be achieved with traditional LLMs through proper prompting and visualization, without requiring O1 or R1 models. \ No newline at end of file +This update demonstrates that sophisticated thinking capabilities can be achieved with traditional LLMs through proper prompting and visualization, without requiring O1 or R1 models.