With the most recent updates, we’ve all seen how ChatGPT no longer wants to output verbatim or even simply longer summaries from the files you upload.
I understand that’s done to protect the original source.
But here lies the problem. What if YOU are the original source?
╌╌╌
In the case of Custom GPTs, we have one in the GPT store which is gaining more and more users.
And we have uploaded a list of helpful scripts that the users can run to do specific calculations.
However, when a new user launches our GPT, they don’t know about these scripts.
For this reason, we’ve created a conversation starter which shows a list of the scripts, for example:
Script 1 - Helps you with such and such.
Script 2 - Helps with this and that.
Script 3 - Enables this
Script 4 - Etc.
All the way to Script 10
And we’ve instructed our GPT to output verbatim the list of Scripts and their respective functions, so the user can explore them, and if they choose to run one, then to proceed.
╌╌╌
However, instead of generating the list of scripts verbatim, our GPT generates a short summary such as:
“I have various scripts in my uploaded knowledge that the users can run, some help with a bit of this, some help with a bit of that.
For more information, refer to the original document.”
And as you can see, this is very problematic.
WE DON’T WANT A SUMMARY. And the users obviously cannot refer to the original document, since that’s a part of our uploaded knowledge.
We want our GPT to output the content verbatim.
But this upstream system prompt prevents ChatGPT and Custom GPTs from doing so.
╌╌╌
Another example, in our uploaded knowledge, we have specific paragraphs of important information which showcase limitations, precautions and list the URLs of pubmed sources.
And these need to be generated verbatim, so that the user can see the sources and be aware of the limitations.
However, our custom GPT, yet again, summarizes the content and often skips the sources, or skips the limitations, or skips both entirely.
╌╌╌
We need to figure out a solution. Custom GPTs should be able to retrieve verbatim content from their knowledge source.
Otherwise, they are severely handicapped.