chatStream

Shortcut to chatCompletionStreamParams, available on any existing DeepSeekParams.

Example:

val streamParams = existingParams.chatStream {
model = ChatModel.DEEPSEEK_CHAT
temperature = 0.8
}

Return

Configured ChatCompletionParams with stream = true

Parameters

block

Configuration block for building streaming chat parameters