CompletionCreateRequest.Stream

CompletionCreateRequest.Stream property

Gets or sets if to use streaming. If set, partial message deltas will be sent, like in ChatGPT. Tokens will be sent as data-only server-sent events as they become available, with the stream terminated by a data: [DONE] message.

public bool? Stream { get; set; }

See Also