From 5a0deda7fcbd068a52778b92f5359def3346e459 Mon Sep 17 00:00:00 2001 From: Karthik Chikmagalur Date: Thu, 6 Apr 2023 17:07:59 -0700 Subject: [PATCH] gptel: Turn on streaming replies by default * gptel.el (gptel-stream): When Curl is available, stream ChatGPT responses by default. --- gptel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gptel.el b/gptel.el index 72e2a65..c830a71 100644 --- a/gptel.el +++ b/gptel.el @@ -76,7 +76,7 @@ key (more secure)." (string :tag "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. This option is ignored unless Curl is in use (see `gptel-use-curl').