khoj-ai / khoj

Your AI second brain. Get answers to your questions, whether they be online or in your own notes. Use online AI models (e.g gpt4) or private, local LLMs (e.g llama3). Self-host locally or use our cloud instance. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.
https://khoj.dev
GNU Affero General Public License v3.0
12.59k stars 640 forks source link

Does opeanai keep the notes you send them? #340

Closed fkgruber closed 1 year ago

fkgruber commented 1 year ago

When using the chat feature I see in the documentation that : "These notes, the last few messages and associated metadata is passed to ChatGPT along with your query for a response" Do you know if openai just keeps this information and use it for future training?

I can see that being a problem is say your ideas end up being given as future chat response, etc. thanks FKG

sabaimran commented 1 year ago

Hey @fkgruber , according to OpenAI's data usage policy, they say:

  1. OpenAI will not use data submitted by customers via our API to train or improve our models, unless you explicitly decide to share your data with us for this purpose. You can opt-in to share data.
  2. Any data sent through the API will be retained for abuse and misuse monitoring purposes for a maximum of 30 days, after which it will be deleted (unless otherwise required by law).

I'd recommend not to index anything for chat which contains particularly sensitive information, but this is at least the company policy.