[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 702042c0bf 45/53: Update llm library to fix #9
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 702042c0bf 45/53: Update llm library to fix #9 |
Date: |
Sun, 17 Dec 2023 18:58:00 -0500 (EST) |
branch: externals/ellama
commit 702042c0bf79a4e81133fb2acb9031f5eae817b0
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Update llm library to fix #9
---
ellama.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ellama.el b/ellama.el
index e3a95b5efc..0b0d292f20 100644
--- a/ellama.el
+++ b/ellama.el
@@ -5,7 +5,7 @@
;; Author: Sergey Kostyaev <sskostyaev@gmail.com>
;; URL: http://github.com/s-kostyaev/ellama
;; Keywords: help local tools
-;; Package-Requires: ((emacs "28.1")(llm "0.5.1")(spinner "1.7.4"))
+;; Package-Requires: ((emacs "28.1") (llm "0.5.2") (spinner "1.7.4"))
;; Version: 0.1.0
;; Created: 8th Oct 2023
- [elpa] externals/ellama 75ed340a4d 26/53: add ollama into installation instructions, (continued)
- [elpa] externals/ellama 75ed340a4d 26/53: add ollama into installation instructions, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 8caaf7a3b6 28/53: Merge pull request #2 from s-kostyaev/s-kostyaev-enable-gitlab-ci, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 235f41be0c 29/53: :recycle: Refactor ellama.el code for improved response handling., ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 316e982ef6 32/53: fix spinner for ellama-instant, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 06ad60d117 35/53: fix upate selected region with ellama (fixes #6), ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 956dfe62aa 37/53: first step to use llm library for LLM calls, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama de226f9d39 41/53: use llm library to hanle chat history, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama b8f3dada5a 40/53: use spinner with llm library, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 42db1e0ba0 42/53: update readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 2700be1cf9 44/53: upate llm requirement to fix #8, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 702042c0bf 45/53: Update llm library to fix #9,
ELPA Syncer <=
- [elpa] externals/ellama 11105e4169 50/53: Update llm dependency, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 2666f37537 01/53: Initial commit, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 14b5b2a351 13/53: add ellama-ask gif, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 6e0b054030 20/53: use defvar-local instead of defvar + make-local-variable, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama c3d90408dd 22/53: rephrase ellama summary in documentation, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 6b0108b8d6 36/53: fix conversation memory (fixes #5), ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 983770a461 38/53: second step to use llm library for LLM calls - add code filtering, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 8ba8897578 48/53: Add ellama-ask-selection and ellama-ask-line commands, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama ab02e1721a 46/53: Review fixes, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 0a4c357e21 52/53: Move to GNU Elpa, ELPA Syncer, 2023/12/17