OpenAIChoiceLogProbs

Constructors

Link copied to clipboard

Types

Link copied to clipboard
class ContentLogProbs(val bytes: List<Int>? = null, val logprob: Double, val token: String, val topLogprobs: List<OpenAIChoiceLogProbs.ContentTopLogProbs>)
Link copied to clipboard
class ContentTopLogProbs(val bytes: List<Int>? = null, val logprob: Double, val token: String)

Properties

Link copied to clipboard

A list of message content tokens with log probability information.

Link copied to clipboard

A list of message refusal tokens with log probability information.