branch: externals/ellama commit bbede7f1ed5dbd9a4da7feccd6bee94b7c26bdbc Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bumpt version --- NEWS.org | 4 ++++ README.org | 5 +++++ ellama.el | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 1bf0592b4f..a8b9965f8c 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,7 @@ +* Version 0.10.1 +- Add ~ellama-solve-domain-specific-problem~ command. It leverages the + popular "act like a professional" prompt engineering method, + enhanced by an automated planning step. * 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 diff --git a/README.org b/README.org index 89a531cce4..d99d8a910e 100644 --- a/README.org +++ b/README.org @@ -236,6 +236,11 @@ 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. +*** ellama-solve-domain-specific-problem + +Solve domain specific problem with simple chain. It makes LLMs act +like a professional and adds a planning step. + ** Keymap Here is a table of keybindings and their associated functions in diff --git a/ellama.el b/ellama.el index db0f64872e..34a3a976e3 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.10.0 +;; Version: 0.10.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023