Receive partial results in real-time as they are generated.
stream
parameter is set to true
in your request. When a streaming request is made:
Content-Type
header to text/event-stream
.data:
and contains a JSON object representing a partial response.data: [DONE]
message, indicating that no further data will be sent for that request.stream
parameter to true
in your request body.
openai
package installed (pip install openai
).