branch: externals/ellama commit d043e73b1e258e69f6f8ae3d19de6920970fde72 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 668491c5b8..2d10cfb1ba 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,5 @@ +* Version 1.8.1 +- Use direct interfacing with Ollama's API instead of local installation. * Version 1.8.0 - Added ~create-session~ optional parameter to ~ellama-ask-about~, ~ellama-ask-selection~, ~ellama-ask-line~, and ~ellama-code-review~ commands, diff --git a/ellama.el b/ellama.el index 0c6d9fcc06..bc1e02d18e 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.24.0") (plz "0.8") (transient "0.7") (compat "29.1")) -;; Version: 1.8.0 +;; Version: 1.8.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023