#Show progress text?

2 messages · Page 1 of 1 (latest)

simple stump
#

Is it possible to get the progress text while chatgpt is generating the final answer using openai node package?

still salmon
#

You should be able to set stream=true. You'll need to change your code a bit to listen for server side events and the format of the response is also a bit different