interface ChatCompletionCreateParamsStreaming {
    stream: true;
}

Hierarchy

  • CreateChatCompletionRequest
    • ChatCompletionCreateParamsStreaming

Properties

Properties

stream: true

If set, partial message deltas will be sent, like in ChatGPT.