OpenAIChoiceLogProbs
class OpenAIChoiceLogProbs(val content: List<OpenAIChoiceLogProbs.ContentLogProbs>? = null, val refusal: List<OpenAIChoiceLogProbs.ContentLogProbs>? = null)(source)
Constructors
Link copied to clipboard
constructor(content: List<OpenAIChoiceLogProbs.ContentLogProbs>? = null, refusal: List<OpenAIChoiceLogProbs.ContentLogProbs>? = null)
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