ChatCompletionResponse

data class ChatCompletionResponse(val id: String, val objectType: String?, val created: Long, val choices: List<ChatCompletionResponse.Choice>, val model: String)

Constructors

Link copied to clipboard
constructor(id: String, objectType: String?, created: Long, choices: List<ChatCompletionResponse.Choice>, model: String)

Types

Link copied to clipboard
data class Choice(val delta: ChatCompletionResponse.Choice.Delta, val index: Int, val logprobs: Int?, val finishReason: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard