CompletionRequest

constructor(model: String, prompt: Any? = null, suffix: String? = null, maxTokens: Int? = null, temperature: Number? = null, topP: Number? = null, n: Int? = null, stream: Boolean? = null, logprobs: Int? = null, echo: Boolean? = null, stop: Any? = null, presencePenalty: Number? = null, frequencyPenalty: Number? = null, bestOf: Int? = null, logitBias: Map<String, Int>? = null, user: String? = null)

Create a CompletionRequest instance. Recommend using builder instead.