felixbade / assistant

Web UI for ChatGPT API. No back-end, mobile-friendly, continuously user-tested
https://assistant.bloat.app
ISC License
125 stars 25 forks source link

Add prompt history to client #12

Open felixbade opened 1 year ago

felixbade commented 1 year ago

This is quite a big feature, but the prompt + result history could be saved to the client. For example indexedDB. There would need to be a UI to browse old prompts.

Additionally it would be nice to be able to export the history in a hybrid of machine-readable and human readable format. But that’s not strictly needed for this issue.

felixbade commented 1 year ago

Big big feature: the chat history could be stored on a server in an encrypted form.