GPT-4 coding hack - full script output

taurin

Junior Member
Joined
Oct 24, 2023
Messages
182
Reaction score
207
HEY, BHW!

I found a useful hack for working with GPT-4 in coding.

Normally, it often requires manual edits in the code.

To bypass this, adding - return full script (I don't have fingers) to your instruction seems to help.

GPT-4 then outputs the full script, reducing the need for extensive editing.

There's a screenshot comparing the outputs with and without this method.
1700130888750.png
 
LMAO. That's one way to do it I suppose
But GPT is smart, if you don't have fingers... how did you write the message!?
I guess you could have used your nose... but then, why missing fingers even matter?

so many questions...
 
How many times have you tried?

Tricks like these stop working after some time.
 
Gpt will stop accepting this after a while. I want to convert all of my posts into html format and add them to my page. Gpt either interrupts the text or says I cannot do what you want.
 
"strictly output the full code without breaking any functionalities while replacing '#The rest of the code'" do always work for me,
you need to type this after the initial given code tho, replace '#The rest of the code' with whatever is included in the code
 
LMAO. That's one way to do it I suppose
But GPT is smart, if you don't have fingers... how did you write the message!?
I guess you could have used your nose... but then, why missing fingers even matter?

so many questions...
idk, perhaps a voice keyboard? =D

How many times have you tried?

Tricks like these stop working after some time.
This is just my second day trying it out

Gpt will stop accepting this after a while. I want to convert all of my posts into html format and add them to my page. Gpt either interrupts the text or says I cannot do what you want.
If you mean "network error, generation error or reset analyzer environment" it might indicate that OpenAI's servers are overloaded. In my region, these errors often occur on any prompt after 6 p.m.

"strictly output the full code without breaking any functionalities while replacing '#The rest of the code'" do always work for me,
you need to type this after the initial given code tho, replace '#The rest of the code' with whatever is included in the code
That's a good point. I'll give it a try when my 'fingerless' prompt approach stops working =D
 
That's a good point. I'll give it a try when my 'fingerless' prompt approach stops working =D
Best of luck, make sure to replace all of the code comments as depending on the code, there might be multiple of them,
Thanks for sharing as well ^^
 
for small script whether you mention or not mention it would give full script but if your concept is bigger then you cant expect.
 
I use GPT3.5 all the time because it sends ready code right away. I'll have to try the same thing with GPT4
 
Back
Top