Page 1 of 1

how to detect when response is complete & submit next input

Posted: 09 Mar 2023, 17:25
by deets
The example below is about ChatGPT, but please allow me to clarify it is not about using it to generate code, but rather how to automate it.

For instance, I have 10-20 sets of long-form instructions, and on each input, chatGPT spits out a long-form response, which takes time to complete generating. I want it to feed the next input after each response is complete.

How do I do that exactly?