ChatGPT sometimes not finish its code or sentence, how do I solve this?

I have the same problem with ChatGPT Plus account :frowning_face:

3 Likes

I have the same problem on a ChatGPT Plus account.

Yup, so far the same issue with GPT Plus.
The 50 line prompt kind of helps.

1 Like

Can you give an example?
No matter what I’ve tried so far ChatGPT doesn’t continue from where it cuts off.

I’ve found that if I type “Please continue” then GPT-4 continues writing the code where it left off.

I tried that, but GPT then continues with another structure. It doesn’t continue where it stopped :confused:

NO, it does not depend on if you are paying or not. Even with a premium account it will be cut off at some point (I have a premium account and tried it with GPT-4 as well today).

What you could try is to request via Postman. If the limitation is really due to the “chat” window, this should solve the problem. However you need to regex the response afterwards for the linebreaks, etc. If there is some need for that I could write such a code and provide it here