How do I get the gpt chat api (chat4-o) to read my entire pdf? for example, she doesn’t read all the years of a balance sheet, she only reads one, even if I ask her to. Does anyone have a prompt that can make it mandatory to read the ENTIRE file, instead of just one year in a lazy way?
I think the api works in a lazy way…
1 Like
Have you tried splitting the PDF up in to “pages” and processed them separately? Alternately you could try via images.
See if it’s an issue with length or method of interpretation. I would also try it with chatgpt using the same NLM and see what happens. ChatGPT will also show the code and how it did/did not get the proper data.
1 Like