I have an application with sensitive information that I do not want to leak into LLM models as training data or into systems outside of my customer and OpenAI. OpenAI says that data I send through the API is not used for training, so that is good. But, I can imagine if a model did a web search then it might compose search queries with my sensitive data and thus it could leak into systems that are processing that query.
Is the web search feature “opt in”? That is, if I don’t tell the model to do a web search, then is not going to do one?