I’m curious about how DuckAI is able to stores chat conversations.
How it is able to store my conversation for over a month?
I’m curious about how DuckAI is able to stores chat conversations.
How it is able to store my conversation for over a month?
Browsers allow websites to have persistent storage apart from cookies.
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
thanks a lot