Hello everyone!
I need to create an assistant which should answer questions from a PDF file who has 465 pages.
First question:
ChatGPT is recommending me using GPT-4.1 as model. Would that be OK? as far as I see, it makes sense.
Now, second question:
What would be better? Attaching the whole big file, or splitting the PDF on 10 different files with 46 pages each? (lucky for me, the PDF is actually a combination of 10 big chapters, so, it would be a good semantic split with no losing meaning/context).
Just to clarify: The file is static. it won’t change. I’ll create the Assistant from the UI, attach the file, and that’s all. Then I’ll query from the API (I am actually already doing all this, with the big file).
Last 3rd bonus question: I need to reduce error at the minimum and force the Assistant to always “copy and paste” the answer from the file, if the answer is on the file. Question: Will be a temperature:0.01 and a top_p:0.30 good values? any other recommendation there?
Thanks!