fim Stream
Shortcut to fimCompletionStreamParams, available on any existing DeepSeekParams.
Example:
val streamFimParams = existingParams.fimStream {
suffix = " return result"
temperature = 0.5
}Content copied to clipboard
Return
Configured FIMCompletionParams with stream = true
Parameters
block
Configuration block for building streaming FIM parameters