Hello, I don't know if this is the right place to ask my question but I'm trying my luck.
I work on a project which consists in inserting my own documents (pdf) in azure openAI and from GPT 3.5 Turbo, I deploy a web application, in which I ask my questions in the assistant and the answers will be based on of the document.
Only I can not savor the distinction between the standard model and the personalized model, because it seems to me they do the same thing.
What I understood is that the custom model if it does not find information in our imported data, it will not be able to look for additional information in the pretrainer model of GTP3 unlike the standard model. Am I wrong or not?
PS: I have already read the documents in the Microsoft site.