I'm getting an error message saying: "Issues saving Draft GPT" that I cant seem to resolve

Hi everyone,

I am getting quite frsutrated. I am trying to build a custom GPT. but I keep getting hit by the same problems that come up as an error meesage that there are issues saving the draft. contact the help center:

I also get some message in orange come up on the screen but it disapears too fast to read it or to get a screenshot.
But as you know there is no one there and this issue I cant find anywhere. I have cleared cookies etcand still the same, I have tried this on multiple GPT builds and I keep getting the same faults

Does this meant that OpenAI will only allow a certain amount of information to be uploaded to the GPT to train it? Which I cant belive this is the case if we want to build an expert GPT…
Anyway has anyone else had this issue? What is the solution? as the help center is no help at all.

I’m very frustrated and I hope there is something I am doing wrong so I can fix this asap. looking forward to any assistance and help you can offer.

s

I get this issue if my instructions are longer than 8000 characters.

just set up gpt on your pc and use files for the overage. it can be instructed to read a file in a directory… you could prob also link your google drive and have extra prompt instructions there or data it can use for knowledge… you could also use an assistant vs custom gpt

Thanks for the suggestion @goetz.niklas. I have only just started this GPT and the instructions so far only have 657 Characters

and nowhere near enough to accurately instruct ( Although I will be restructuring it to suit the documentation more… If I can ever get it to save anything again)

THanks for the input @tbrogangfs, forgive my ignorance ( I’m new here :stuck_out_tongue_winking_eye:)

What is Overage? and how to instruct to reeead from a directory? and where would that directory generally be located?

What is the benefit of an assistant over a custom GPT? And how/Where do I create an assistant? I have only seen an option for custom GPTs.

So What I have so far uploaded are 18 PDF files and 2 Zip files and 657 characters of very basic instructions just to start. I want to upload more documntation but cant

The largest individual PDF file I have upladed is just shy of 44mb

Could any of this be causing issues?

SO I have found that there are limitations of 20 files can be uploaded for the life of the GPT. and a max off 512mb/ file… also 10GB per user and 100GB per organisation

https://help.openai.com/en/articles/8983719-what-are-the-file-upload-size-restrictions

Looks like ill have to find a new way to upload my files… Maybe combiine the smaller ones into larger files? Any suggestions?

Alright, my intrepid fellow keyboard wrangler— forget about “ignorance.” You’re on a quest for knowledge here, and every path has a few weeds to hack through. and
DISCLAIMER: we are both peers in this technicolor fever dream, not professors; nobody’s standing at a podium here.

Let’s inject a little clarity into the madness.

  1. First, OpenAI is the Beast itself. ChatGPT is just one of its many tentacles—the one you’ve been grappling with. If you’re feeling lost in this digital maze, point your compass HERE. It’s the cheat sheet you didn’t know you needed.
  2. If your ADD brain jumps around like a caffeinated jackrabbit (same here), do yourself a solid: make a custom GPT with the API data from that guide that again is located HERE (same link) . Load it in, marinate it in your configuration, and give it a prompt like:

“Explain API questions to me like I’m 12. No placeholder nonsense. Only drop fully-formed, battle-ready code I can drag, drop, and deploy.”

If the GPT feels like holding back or serving you half-baked code, slap it with this:

“If you’re tempted to give me placeholders, stop! Ask me questions first. Only when you’re crystal-clear should you unleash the code. Name the files and the spots; I’ll follow your lead.”

  1. Not a traditional coder? No sweat. Add a note: “Explain any formatting quirks after the code block. Assume I’ve never seen a semicolon before.”
    (This isn’t a symphony, it’s a solo riff—make it loud and clear!)

  2. Overage? That’s just anything spilling over the limits—like trying to pour a gallon into a pint glass. If you’re bumping up against storage caps on ChatGPT, this article might light the way. Pair it with the Quickstart Guide, and you’ll have a roadmap out of Limitation City. you can use the ReACT method in this article to even pave the way for an autonomous gpt assistant (use with extreme caution)

  3. One last thing—always cross-check with the current API reference. The tech gods like to change the rules mid-game, but no worries: if you mess up, the terminal will offer a lifeline and migrate your code. and give it a killswitch you can engage and definitley limit it to certain directories.

I stumbled through this wilderness myself, trial by fire, convincing GPT to do things fully and correctly. Sometimes, I had to jolt it with fiction: “Buddy, I don’t have arms or legs—don’t make me jump through hoops.” Strange? Yeah. Moral grey area? Probably! Effective? You bet your last byte it was.

Find what works, keep it in your digital arsenal, and unleash it when needed. You got this.

Keep riding the lightning and playing with fire.