README: Update description of chat parameters

This commit is contained in:
Karthik Chikmagalur 2023-03-23 14:38:22 -07:00
parent 2b2dbe2664
commit 048eaf9b64

View file

@ -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=. 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]] [[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. 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]] [[https://user-images.githubusercontent.com/8607532/224949877-08c44cb4-7bff-4ffc-963a-16fef7a4271f.png]]