diff --git a/README.org b/README.org index 165f998..f1293c2 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/kagi.el b/kagi.el index 50470d2..8f48bd7 100644 --- a/kagi.el +++ b/kagi.el @@ -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] -;; -;; [Universal Summarizer] -;; -;; [FastGPT] -;; -;; API documentation: https://help.kagi.com/kagi/api/fastgpt.html + +;; [API] ;;; Code: