chat Stream
Shortcut to chatCompletionStreamParams, available on any existing DeepSeekParams.
Example:
val streamParams = existingParams.chatStream {
model = ChatModel.DEEPSEEK_CHAT
temperature = 0.8
}Content copied to clipboard
Return
Configured ChatCompletionParams with stream = true
Parameters
block
Configuration block for building streaming chat parameters