#Create GPT error

1 messages · Page 1 of 1 (latest)

crisp walrus
#

I have created my own GPT, and I have uploaded an image and a zip file to it, all was working correctly until I suddenly started receiving errors like: "Hmm...something seems to have gone wrong." and "There was an error generating a response".
Now seems that is not working at all, If I check the console I get this 3 errors:

GET https://chat.openai.com/backend-api/accounts/81f760ab-5fa6-4506-95bc-b5ef4401df30/settings 401 (Unauthorized)
API error https://chat.openai.com/backend-api/accounts/81f760ab-5fa6-4506-95bc-b5ef4401df30/settings Must use workspace account for this operation
Error with Permissions-Policy header: Unrecognized feature: 'document-domain'.

Any help on this? thanks.

lethal socket
#

So I did a crap ton of experimenting last night since I was having a similar error and couldn't get any work done.

I was having trouble getting it to read from a pdf of around 500 pages. The solution was to split it up into 10 to 25 page chunks. And yeah compressed files have never work for me Idk why they advertise these features as being so capable but they are not. Break down the file size into as manageable chunks a s possible for you and the GPT and go from there.

Good luck.