1
0
Fork 0

Remove the obsoleted function kagi-fastgpt

This commit is contained in:
Bram Schoenmakers 2024-03-19 21:42:06 +01:00
parent 47ef4d218f
commit 658662bfd4
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
2 changed files with 4 additions and 2 deletions

View file

@ -186,6 +186,10 @@ There's also a [[https://github.com/casey/just][justfile]] which allows you to e
** 0.5pre
*** Breaking changes
- Removed function =kagi-fastgpt= as announced in the 0.4 changelog.
*** New
- =kagi-summarize= has a =no-cache= parameter to opt out from caching at Kagi's side.

View file

@ -351,8 +351,6 @@ retrieving a result from Lisp code."
(kagi--format-output output)
(kagi--format-references references)))))
(define-obsolete-function-alias 'kagi-fastgpt 'kagi-fastgpt-prompt "0.4")
(defun kagi--fastgpt-display-result (result)
"Display the RESULT of a FastGPT prompt in a new buffer."
(let ((buffer-name (generate-new-buffer-name "*fastgpt-result*")))