ChatRequest

data class ChatRequest

Types

Link copied to clipboard
class Builder

Builder is a helper class to build a ChatRequest instance with a stable API. It provides methods for setting the properties of the ChatRequest object. The build method returns a new ChatRequest instance with the specified properties.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var n: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var seed: Int?
Link copied to clipboard
var stop: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var topP: Float?
Link copied to clipboard
var user: String?