Hacker News new | ask | show | jobs
by rock115 596 days ago
Can users delete their conversation history, and if so, how is it handled? Are conversations deleted permanently, or are they retained for a certain period of time?
1 comments

Yeah you can delete your conversation history whenever you want. Since we store data locally only, you have full control over it. Delete it, and it's gone for good. We don't retain any copies on our servers.
That's really cool! How do you ensure the AI model is not storing or retaining user data?
This AI model is stateless, so it doesn't store any info about previous conversations. It processes input in real-time, in memory only and purges any temporary data as soon as it's done.