본문 바로가기

IT/ChatGPT

When truncation happens to ChatGPT's answer

Sometimes, if answer gets too long, ChatGPT does not finish answering. It cuts off in the middlef of the answer.

The capture above showing that ChatGPT stopped answering in the middle of answer


According to OpenAI, there is a limit of 2048 characters per answer.
So that's why truncation happens.
In this case, you can write "continue from where you left off" and it will start answering again from the cut-off point.

For the code above, it resumes with even correct indentation.