Assistants with same instruction as CustomGPT not performing

I have a Custom GPT that I am trying to recreate on Assistants in Playground. I use the same instructions but get very different results. For example I need to read and extract data from PDF files which works seamlessly out of the box on Custom GPT without using Code Interpreter, but the same instructions and same prompts on Assistants with the same files gives me problems. Assistants refuses to read and extract values from PDFs to begin with.

Anyone else find this issue?

1 Like

using chatgpt is different then the assistants in that chatgpt has its own instructions etc. its an ai system on its own. there the playground you are working with the model directly so you have to build your own instructions to make it work the same.