mukulpatnaik / researchgpt

A LLM based research assistant that allows you to have a conversation with a research paper
https://www.dara.chat
MIT License
3.55k stars 340 forks source link

Adding support for saving conversation #74

Closed Chapoly1305 closed 9 months ago

Chapoly1305 commented 10 months ago

Feature Implementation for Issue https://github.com/mukulpatnaik/researchgpt/issues/47 Now the user can save the conversation by clicking the "Save" button next to "Send", the conversation can be saved with a pop-up window. (I am sorry for my very limited art skill of the save button)

Credit: The "pop-up and save" code is ref to, https://gist.github.com/clucle/8f6bb67f1f38ac5bb595f43a4efb8e0c

Result

image
mukulpatnaik commented 9 months ago

Pretty cool! Unfortunately, I'm not actively maintaining this repo anymore. A much more advanced and efficient version this is available at https://chat.portal.so and will be open-sourced soon as well. That one has saves chats and more.

Feel free to continue to fork though!