ChatGPT supports server side events if you set the stream parameter in the payload. This results in it sending a stream of JSON payloads for each token instead of waiting for the whole response. Would be great to leverage this to see responses typed out as they happen
ChatGPT supports server side events if you set the
streamparameter in the payload. This results in it sending a stream of JSON payloads for each token instead of waiting for the whole response. Would be great to leverage this to see responses typed out as they happen