Add autoload for gptel-send

This commit is contained in:
Akira Komamura 2023-03-25 04:16:55 +09:00 committed by karthink
parent 048eaf9b64
commit cd22ea836c

View file

@ -174,6 +174,7 @@ By default, \"openai.com\" is used as HOST and \"apikey\" as USER."
;; TODO: Handle multiple requests(#15). (Only one request from one buffer at a time?) ;; TODO: Handle multiple requests(#15). (Only one request from one buffer at a time?)
;; TODO: Since we capture a marker for the insertion location, `gptel-buffer' no ;; TODO: Since we capture a marker for the insertion location, `gptel-buffer' no
;; longer needs to be recorded ;; longer needs to be recorded
;;;###autoload
(defun gptel-send (&optional arg) (defun gptel-send (&optional arg)
"Submit this prompt to ChatGPT. "Submit this prompt to ChatGPT.