interface OtherChatCompletionRequest {
    stream?: boolean;
    [key: string]: any;
}

Hierarchy (view full)

Indexable

  • [key: string]: any

Properties

Properties

stream?: boolean