Hi!
I have a question about the privacy of the prompts and responses from the AI chat. Are the prompts and responses stored in any way? Does anyone have access to them? Does anyone review them?
I’m wondering how safe it is to provide personal information in the chat.
Thanks in advance!
Prompts and responses are not stored - i.e. once the server sends back the response, the text you sent and the generated response text should exist on your computer only. However note that, as @[email protected] says, it is a bad idea to put sensitive personal info (i.e. more than perhaps your first name) into any online service like this, even if you fully trust the person/company running it and they’ve assured you that it’s 100% private.
If you want to run AI text models (“LLMs”) completely privately, this is probably the best place right now to learn more: https://www.reddit.com/r/LocalLLaMA
You can stop reading now if the point is taken, but if not, here is (what accidentally became) a wall of text to scare you:
TL;DR: You should limit the personal info that you put into web pages/apps on the internet, regardless of any assurances given, even if you trust the dev/company. Swap out personal info for fake stuff, and if that’s not possible, then it’s time to save up for a second-hand RTX 3090.
While I’m here, @[email protected], IIRC someone asked a similar question (here or maybe on the /hub) about the text-to-image-plugin and I think you answered it, but just to be clear, the answer is the same as above: Images are only stored if they save it to the gallery, otherwise it’s gone forever. I’ll link this comment on both the image and text AI plugins.
Some minor notes:
responseObj.submitUserRating
feature of the ai-text-plugin allows users to rate a response to help improve the AI. If you submit a rating on a generator that uses this feature (like the thumbs up/down on perchance.org/ai-chat), then the response that you’re rating is temporarily stored as part of a scoring process to determine which of several “candidate variations” of an LLM is best (varying settings, model, etc.). The generator author should make it clear that ratings should not be submitted for text that contains personal data - I may make the plugin automatically show an informational message about this in a future update.Thank you! That answers my every question and more. I wish every service provider would be as transparent as this.