Skip to content

CreateChatCompletionStreamStreamOptions

Options for streaming response. Only set this when you set stream: true.

Example Usage

typescript
import { CreateChatCompletionStreamStreamOptions } from "@meetkai/mka1/models/operations";

let value: CreateChatCompletionStreamStreamOptions = {};

Fields

FieldTypeRequiredDescription
includeUsagebooleanIf set, an additional chunk with token usage statistics will be streamed before the data: [DONE] message. The usage field shows total token usage for the entire request.