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?
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.
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.