1
0
Fork 0

Update commentary inside kagi.el

This commit is contained in:
Bram Schoenmakers 2023-12-25 21:05:50 +01:00
parent 3851a2ff4a
commit d8ec5b83ac
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
2 changed files with 15 additions and 14 deletions

View file

@ -8,6 +8,8 @@ This Emacs package provides the following functionalities from the Kagi search e
- FastGPT :: Kagi's open source LLM offering, as a shell inspired by [[https://github.com/xenodium/chatgpt-shell][xenodium's chatgpt-shell]].
- Universal Summarizer :: Summarizes texts, webpages, videos and more.
Both functions are accessed through an [[https://help.kagi.com/kagi/api/overview.html][API]].
* Setup
1. Create a Kagi account if you haven't done so already. An account is free, and comes with 100 trial searches.

27
kagi.el
View file

@ -36,21 +36,20 @@
;;; Commentary:
;; This package provides a shell to submit prompts to FastGPT, inspired by
;; [xenodium's chatgpt-shell].
;;
;; Kagi is a relatively new ad-free search engine, offering additional
;; services such as the [Universal Summarizer] or more notably [FastGPT],
;; their open source LLM offering. Some functionality is provided through
;; an API.
;;
;; This Emacs package provides the following functionalities from the
;; Kagi search engine:
;; FastGPT
;; Kagi's open source LLM offering, as a shell inspired by
;; [xenodium's chatgpt-shell].
;; Universal Summarizer
;; Summarizes texts, webpages, videos and more.
;; Both functions are accessed through an [API].
;; [xenodium's chatgpt-shell] <https://github.com/xenodium/chatgpt-shell>
;;
;; [Universal Summarizer] <https://kagi.com/summarizer>
;;
;; [FastGPT] <https://kagi.com/fastgpt>
;;
;; API documentation: https://help.kagi.com/kagi/api/fastgpt.html
;; [API] <https://help.kagi.com/kagi/api/overview.html>
;;; Code: