interface ChatCompletionCreateParamsNonStreaming {
    stream?: false;
}

Hierarchy

  • CreateChatCompletionRequest
    • ChatCompletionCreateParamsNonStreaming

Properties

Properties

stream?: false

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