branch: externals/ellama
commit 710433ddf3073b97659eb9e71b85dcb37f2f6a10
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
Bump version
---
NEWS.org | 7 +++++++
ellama.el | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index dda427a3d9..fe04d72073 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,10 @@
+* Version 1.9.0
+- Added new ~ellama-response-process-method~ customization option to choose
+ between streaming and async response processing methods.
+- Implemented async processing as an alternative to streaming for potentially
+ lower resource usage.
+- Added support for skipping every N messages in streaming responses to reduce
+ resource usage.
* Version 1.8.8
- Added new static method to indicate quotes in ellama-context module.
- Enhanced ellama-transient to display richer context information including
diff --git a/ellama.el b/ellama.el
index 7d71fb4183..b8bc4abf96 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.8
+;; Version: 1.9.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023