In OpenAI API, how to programmatically check if the response is short. If so, you can add another command like "continue" or "expand"
Because, In my experience, I doesn't work if the response exceeds 4000 tokens, as you also need to pass the previous response to new response. If the response is...