branch: externals/ellama commit eef3840384dd5b369a07036c776f93df6d8c6641 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 6 ++++++ ellama.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 3227e87908..1bf0592b4f 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,9 @@ +* Version 0.10.0 +- Add ~ellama-solve-reasoning-problem~ command that implements + [[https://arxiv.org/pdf/2406.12442][Absctraction of Thought]] technique. It uses a chain of multiple + messages to LLM and help it to provide much better answers on + reasoning problems. Even small LLMs like [[https://ollama.com/library/phi3][phi3-mini]] provides much + better results on reasoning tasks using AoT. * Version 0.9.11 - Transform org quote content to avoid rendering issues. * Version 0.9.10 diff --git a/ellama.el b/ellama.el index de3ae60526..c50a644c28 100644 --- a/ellama.el +++ b/ellama.el @@ -6,7 +6,7 @@ ;; URL: http://github.com/s-kostyaev/ellama ;; Keywords: help local tools ;; Package-Requires: ((emacs "28.1") (llm "0.6.0") (spinner "1.7.4")) -;; Version: 0.9.11 +;; Version: 0.10.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023