gptel-pkg.el (507B)
1 ;; -*- no-byte-compile: t; lexical-binding: nil -*- 2 (define-package "gptel" "20241208.141" 3 "Interact with ChatGPT or other LLMs." 4 '((emacs "27.1") 5 (transient "0.4.0") 6 (compat "29.1.4.1")) 7 :url "https://github.com/karthink/gptel" 8 :commit "983a9dfbf87f526efe2cfcf8a749f51ce466beaa" 9 :revdesc "983a9dfbf87f" 10 :keywords '("convenience") 11 :authors '(("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) 12 :maintainers '(("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")))