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?