[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/llm updated (8dee3d059a -> 7954a92d7c)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/llm updated (8dee3d059a -> 7954a92d7c) |
Date: |
Sun, 1 Oct 2023 18:58:34 -0400 (EDT) |
elpasync pushed a change to branch externals/llm.
from 8dee3d059a Bump version to 0.2.1
new 38a627409c Beginning of a streaming option, with only llm-vertex
implemented
new 0faa9e5cc7 Merge branch 'main' into streaming
new 46feff756f Change request functionality to better handle streaming
new fe064b2bc3 Create streaming method and implement it for vertex
new 454ec53fd3 Merge branch 'main' into streaming
new 95b907c32a Add Open AI streaming and allow for raw processing on
success
new c7a1e06e3e Test streaming as well in the normal suite of tests
new a16338f31a Add streaming to llm-fake
new 7e9b1f8c60 Add streaming to README
new 7954a92d7c Bump version to 0.3.0, and note changes in NEWS.org
Summary of changes:
NEWS.org | 2 +
README.org | 1 +
llm-fake.el | 20 +++++++++
llm-openai.el | 50 +++++++++++++++++++--
llm-request.el | 20 ++++++---
llm-tester.el | 27 ++++++++++-
llm-vertex.el | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
llm.el | 29 +++++++++++-
8 files changed, 265 insertions(+), 23 deletions(-)
- [elpa] externals/llm updated (8dee3d059a -> 7954a92d7c),
ELPA Syncer <=
- [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, 2023/10/01
- [elpa] externals/llm a16338f31a 08/10: Add streaming to llm-fake, ELPA Syncer, 2023/10/01