gptel: Turn on streaming replies by default

* gptel.el (gptel-stream): When Curl is available, stream ChatGPT
responses by default.
This commit is contained in:
Karthik Chikmagalur 2023-04-06 17:07:59 -07:00
parent a43f5ac5fa
commit 5a0deda7fc

View file

@ -76,7 +76,7 @@ key (more secure)."
(string :tag "API key") (string :tag "API key")
(function :tag "Function that returns the API key"))) (function :tag "Function that returns the API key")))
(defcustom gptel-stream nil (defcustom gptel-stream t
"Whether responses from ChatGPT be played back as they are received. "Whether responses from ChatGPT be played back as they are received.
This option is ignored unless Curl is in use (see `gptel-use-curl'). This option is ignored unless Curl is in use (see `gptel-use-curl').