From 048eaf9b64a22f9e67d35c028468801bf9feac8f Mon Sep 17 00:00:00 2001 From: Karthik Chikmagalur Date: Thu, 23 Mar 2023 14:38:22 -0700 Subject: [PATCH] README: Update description of chat parameters --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index e1d0b6c..1368bed 100644 --- a/README.org +++ b/README.org @@ -47,7 +47,7 @@ Optional: Set =gptel-api-key= to the key or to a function that returns the key ( 2. In the gptel buffer, send your prompt with =M-x gptel-send=, bound to =C-c RET=. -3. Set chat parameters by calling =gptel-send= with a prefix argument (=C-u C-c RET=): +3. Set chat parameters (GPT model, directives etc) for the session by calling =gptel-send= with a prefix argument (=C-u C-c RET=): [[https://user-images.githubusercontent.com/8607532/224946059-9b918810-ab8b-46a6-b917-549d50c908f2.png]] @@ -61,7 +61,7 @@ The default mode is =markdown-mode= if available, else =text-mode=. You can set 2. You can select both the original prompt and the response and call =M-x gptel-send= again to continue the conversation. -3. Call =M-x gptel-send= with a prefix argument to set chat parameters, or to start a dedicated session from the selected region: +3. Call =M-x gptel-send= with a prefix argument to set chat parameters (GPT model, directives etc) for this buffer, or to start a dedicated session from the selected region: [[https://user-images.githubusercontent.com/8607532/224949877-08c44cb4-7bff-4ffc-963a-16fef7a4271f.png]]