emacs-openai / chatgpt

Use ChatGPT inside Emacs
GNU General Public License v3.0
185 stars 21 forks source link

Saving sessions / chats #17

Open osheari1 opened 1 year ago

osheari1 commented 1 year ago

Is there a way to save the chat sessions, such that they can be reopened later?

Thank you!

jcs090218 commented 1 year ago

This package allows users to run multiple sessions (one buffer per session). Do you mean after restart Emacs? 🤔

osheari1 commented 1 year ago

Thanks for the quick response! Yeah, I mean after an emacs restart. For long term conversations like you can do in the chatGPT browser app.

On Wed, Aug 2, 2023, 21:53 Jen-Chieh Shen @.***> wrote:

This package allows users to run multiple sessions (one buffer per session). Do you mean after restart Emacs? 🤔

— Reply to this email directly, view it on GitHub https://github.com/emacs-openai/chatgpt/issues/17#issuecomment-1662951706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD7LKCZ2N2CFVNYAEUQEC7TXTK46JANCNFSM6AAAAAA3BWIL6Y . You are receiving this because you authored the thread.Message ID: @.***>

jcs090218 commented 1 year ago

Unfortunately, this is not possible at the moment. One approach is to record all the variables, so you can replicate the session afterward, but this is out of the scope of this package. 🤔

osheari1 commented 1 year ago

Understood thank you!

In that case, if you take feature requests, I think this would be a highly useful feature. I would be very surprised if other users of the package would not desire something like this. The utility of GPT is significantly diminished without the ability to save and restore sessions.

On Thu, Aug 3, 2023 at 6:02 AM Jen-Chieh Shen @.***> wrote:

Unfortunately, this is not possible at the moment. One approach is to record all the variables, so you can replicate the session afterward, but this is out of the scope of this package. 🤔

— Reply to this email directly, view it on GitHub https://github.com/emacs-openai/chatgpt/issues/17#issuecomment-1663294002, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD7LKC6QUII672D2E425JA3XTMWHLANCNFSM6AAAAAA3BWIL6Y . You are receiving this because you authored the thread.Message ID: @.***>

jcs090218 commented 1 year ago

Thanks for the suggestion! I will consider this as a feature request! ;)