#Data privacy

6 messages · Page 1 of 1 (latest)

hasty hamlet
#

Hello,

I am planning to use API for product development that will include sensitive data and I have 2 major problems:

  • The GPT-3 API endpoint exposed by OpenAI should not retain or save any part of the training data provided to it as part of the model fine-tuning/training process.

  • No third party should be able to extract or access the data shown to the model as a part of the training prompt by providing any kind of input to the exposed API endpoint.

Is there any way that this situation can be resolved?

storm rivet
# hasty hamlet Hello, I am planning to use API for product development that will include sens...

You can find the opt out instructions in the second to last paragraph here: https://help.openai.com/en/articles/5722486-how-your-data-is-used-to-improve-model-performance
You'll need to solve that second issue with prompt engineering. There isn't really a way to set a restriction like that conventionally.

hasty hamlet
#

Thank you very much for your fast response. Is this also means that data won't be shared with an 3rd party provider?

storm rivet
#

That should be the case.

hasty hamlet
#

One more question, is there any way of making a custom data privacy agreement?

storm rivet