bitcoinsearch / chat-btc

A conversational AI based on technical bitcoin sources
https://chat.bitcoinsearch.xyz/
MIT License
14 stars 13 forks source link

Previous Chat History #82

Open Emmanuel-Develops opened 1 month ago

Emmanuel-Develops commented 1 month ago

Provide the ability for users to view previous conversations or continue where they left off.

Proposal: On-device chat history using local storage

We do not request users' information or have any sort of auth to tie a chat instance to a user therefore on-device chat history works fine for our use case. Local storage does come with its downsides e.g sync across devices and limited storage. However, considering our current structure this looks like a good path.