A way to get long codes from chat GPT without interruptions

lunaraurora

Regular Member
Jr. VIP
Joined
Jun 29, 2011
Messages
438
Reaction score
105
I don't know if this method already exists..
anyway.. I've encountered chatGPT crashing / freezing several times without finishing displaying a long code, at least in the free version.
This makes me nervous and frustrated most of the time.
I found a way to fix this with the help of a prompt:

prompt:
Proceed in this way: stop each 15 lines of code and ask me: 'can i proceed with the code?' if i respond 'yes' keep following for the next 15 lines. Apply this procedure till the end of each code.

Just input 'yes' when chatgpt ask you and it will follow till the end. Merge all the parts and you'll have your full code. Simple and fast.
hope it is of help to someone.
 
Great post, I just use "continue"
Does "continue" continue where it left off though? I often have issues with GPT-4 starting the code off again and when the code reaches the limit for characters or whatever it is, it just loop breaks. :D :weep:

I have actually started splitting my scripts into tasks to use run-after-done functions...
 
Does "continue" continue where it left off though? I often have issues with GPT-4 starting the code off again and when the code reaches the limit for characters or whatever it is, it just loop breaks. :D :weep:

I have actually started splitting my scripts into tasks to use run-after-done functions...
Sometimes it continues
 
Sometimes it continues
What i've noticed is that when there are many people using chatgpt it struggles with continuing the code even if you tell it to continue from where you left off.
But in times where there is less traffic it manages to continue without an issue.
 
If I type continue a lot of times it will actually just repeat everything from the start again
 
The "continues" give a breaked code, try "finish", it worked for me
 
Back
Top