branch: externals/llm commit 874d76211c6933f2f5e41583a495e9b3aee51fb3 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Set version to 0.23.0 --- NEWS.org | 3 ++- llm.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index b3bc85a48c..15646e6bb9 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,7 +1,8 @@ * Version 0.23.0 - Add GitHub's GitHub Models - Accept lists as nonstandard -- Add Deepseek R1 model. +- Add Deepseek R1 model +- Show the chat model as the name for Open-AI compatible models (via [[https://github.com/whhone][@whhone]]) * Version 0.22.0 - Change ~llm-tool-function~ to ~llm-tool~, change ~make-llm-tool-function~ to take any arguments. * Version 0.21.0 diff --git a/llm.el b/llm.el index 891f04a31f..894a22ec5b 100644 --- a/llm.el +++ b/llm.el @@ -5,7 +5,7 @@ ;; Author: Andrew Hyatt <ahy...@gmail.com> ;; Homepage: https://github.com/ahyatt/llm ;; Package-Requires: ((emacs "28.1") (plz "0.8") (plz-event-source "0.1.1") (plz-media-type "0.2.1")) -;; Package-Version: 0.22.0 +;; Package-Version: 0.23.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; ;; This program is free software; you can redistribute it and/or