README: Explain saving/restoring sessions better

This commit is contained in:
Karthik Chikmagalur 2023-08-09 17:56:58 -07:00
parent c0ffce0849
commit b2a01b8d65

View file

@ -123,10 +123,12 @@ With a region selected, you can also rewrite prose or refactor code from here:
That's it. You can go back and edit previous prompts and responses if you want. That's it. You can go back and edit previous prompts and responses if you want.
4. Save the chat to a file. To resume, open the file and turn on =gptel-mode=.
The default mode is =markdown-mode= if available, else =text-mode=. You can set =gptel-default-mode= to =org-mode= if desired. The default mode is =markdown-mode= if available, else =text-mode=. You can set =gptel-default-mode= to =org-mode= if desired.
**** Save and restore your chat sessions
Saving the file will save the state of the conversation as well. To resume the chat, open the file and turn on =gptel-mode= before editing the buffer.
** Using it your way ** Using it your way
GPTel's default usage pattern is simple, and will stay this way: Read input in any buffer and insert the response below it. GPTel's default usage pattern is simple, and will stay this way: Read input in any buffer and insert the response below it.