[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/llm 454ec53fd3 05/10: Merge branch 'main' into streamin
From: |
ELPA Syncer |
Subject: |
[elpa] externals/llm 454ec53fd3 05/10: Merge branch 'main' into streaming |
Date: |
Sun, 1 Oct 2023 18:58:35 -0400 (EDT) |
branch: externals/llm
commit 454ec53fd320e42e2a1a9b15ee3823019c54ab59
Merge: fe064b2bc3 8dee3d059a
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>
Merge branch 'main' into streaming
---
NEWS.org | 1 +
llm.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index d25a09086b..3ec1db1d6a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,4 +1,5 @@
* Version 0.2.1
- Changes in how we make and listen to requests, in preparation for streaming
functionality.
+- Fix overzealous change hook creation when using async llm requests.
* Version 0.2
- Remove the dependency on non-GNU request library.
diff --git a/llm.el b/llm.el
index 2f5dea6f74..72cf5ed55d 100644
--- a/llm.el
+++ b/llm.el
@@ -5,7 +5,7 @@
;; Author: Andrew Hyatt <ahyatt@gmail.com>
;; Homepage: https://github.com/ahyatt/llm
;; Package-Requires: ((emacs "28.1"))
-;; Package-Version: 0.2
+;; Package-Version: 0.2.1
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; This program is free software; you can redistribute it and/or
- [elpa] externals/llm updated (8dee3d059a -> 7954a92d7c), ELPA Syncer, 2023/10/01
- [elpa] externals/llm 38a627409c 01/10: Beginning of a streaming option, with only llm-vertex implemented, ELPA Syncer, 2023/10/01
- [elpa] externals/llm 0faa9e5cc7 02/10: Merge branch 'main' into streaming, ELPA Syncer, 2023/10/01
- [elpa] externals/llm 46feff756f 03/10: Change request functionality to better handle streaming, ELPA Syncer, 2023/10/01
- [elpa] externals/llm fe064b2bc3 04/10: Create streaming method and implement it for vertex, ELPA Syncer, 2023/10/01
- [elpa] externals/llm 95b907c32a 06/10: Add Open AI streaming and allow for raw processing on success, ELPA Syncer, 2023/10/01
- [elpa] externals/llm c7a1e06e3e 07/10: Test streaming as well in the normal suite of tests, ELPA Syncer, 2023/10/01
- [elpa] externals/llm 7e9b1f8c60 09/10: Add streaming to README, ELPA Syncer, 2023/10/01
- [elpa] externals/llm 7954a92d7c 10/10: Bump version to 0.3.0, and note changes in NEWS.org, ELPA Syncer, 2023/10/01
- [elpa] externals/llm 454ec53fd3 05/10: Merge branch 'main' into streaming,
ELPA Syncer <=
- [elpa] externals/llm a16338f31a 08/10: Add streaming to llm-fake, ELPA Syncer, 2023/10/01