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:
parent
a43f5ac5fa
commit
5a0deda7fc
1 changed files with 1 additions and 1 deletions
2
gptel.el
2
gptel.el
|
@ -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').
|
||||||
|
|
Loading…
Add table
Reference in a new issue