I have been using data from several documents in my GPT successfully - mainly text from a Word file with chapters and subchapters etc. - by describing how the source is constructed and giving an example how the results look with a given example.
Suddenly, last Friday (June 7th), without changes to the instructions or files, the output was mostly hallucinations all the time. The GPT is supposed to choose a random signifier and then specifically use all data that is in the same content block in the Word doc as that signifier.
I have since tried all kinds of data formats like XML, JSON, Markdown etc., but it is the same for all of them, even when following the advice of the GPT Builder on how to retrieve and use the data. The GPT is so broken, that I had to remove it from the store.
What does work is putting the data into an XLSX table or other table like CSV, but those are only then used correctly, when the code interpreter function is turned on. That, on the other hand, shows the python code to the user and makes content and documents accessible to the user, which is a no-go.
So, now what? No correct data and hallucinations without code interpreter, no usable output with code interpreter.
I have spent a lot of time over the weekend trying to find a way to instruct the GPT to work like before, with no success whatsoever. I am getting really frustrated.
Since understanding from natural language instructions what is to be used out of a simple Word file was possible before, it seems like the GPT has lost the connection to the files.
On the other hand, other documents with general background information are still being used when asking for general information. Only the ability to find specific data as instructed from a structured file has been lost completely since last Friday.