interface ChatCompletionCreateParamsNonStreaming {
    stream?: false;
}

Hierarchy

  • CreateChatCompletionRequest
    • ChatCompletionCreateParamsNonStreaming

Properties

Properties

stream?: false

Generated using TypeDoc