branch: externals/llm commit ebb7b6e4cddfd33429440bdc7387a11aac20a153 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Set version to 0.15.0 --- NEWS.org | 2 +- llm.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.org b/NEWS.org index a3d8122247..0f8d6f1f88 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,4 +1,4 @@ -* Version 0.15 +* Version 0.15.0 - Move to =plz= backend, which uses =curl=. This helps move this package to a stronger foundation backed by parsing to spec. Thanks to Roman Scherer for contributing the =plz= extensions that enable this, which are currently bundled diff --git a/llm.el b/llm.el index a2230a9f25..a5645217dd 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")) -;; Package-Version: 0.14.3 +;; Package-Version: 0.15.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; ;; This program is free software; you can redistribute it and/or @@ -323,7 +323,7 @@ be passed to `llm-cancel-request'." (funcall response-callback response)))) (new-error-callback (lambda (type err) (llm--log 'api-error :provider provider - :msg (format "Error type: %s, message: %s" type err)) + :msg (format "Error type: %s, message: %s" type err)) (let ((llm-log nil)) (funcall error-callback type err)))) (llm-log nil) @@ -391,7 +391,7 @@ be passed to `llm-cancel-request'." (funcall response-callback response)))) (new-error-callback (lambda (type err) (llm--log 'api-error :provider provider - :msg (format "Error type: %s, message: %s" type err)) + :msg (format "Error type: %s, message: %s" type err)) (let ((llm-log nil)) (funcall error-callback type err)))) (llm-log nil)