StreamBuilder

Builder for streaming FIM completion requests.

Used by DeepSeekClientStream.fimCompletion { ... }; prompt is required. The resulting request has stream = true.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Configures streaming FIM request parameters.

Link copied to clipboard
fun prompt(str: String)

Sets the prompt the model should complete.