alexpunct / chatgpt-journal

Your journal/diary + ChatGPT = Chat Journal
https://www.chatjournal.ai
MIT License
40 stars 11 forks source link

Save conversations to database #8

Open alexpunct opened 1 year ago

alexpunct commented 1 year ago

Currently the conversations are stored in a writable localstorage store on the user's browser. They can also have only 1 conversation and if a new one is started, the old one is lost forever. We want to save the conversations to the database and allow the users to view/resume previous conversations. Similar to how ChatGPT is doing but with a better ux (allow the users to search them, maybe categorize them using NLP)