Hacker News new | ask | show | jobs
by brody_slade_ai 597 days ago
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.
1 comments

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.