Enumeration Casemacpaw.openai 0.3.3OpenAI
topLogprobs
ChatQuery.swift:1170case topLogprobs
case topLogprobs
import OpenAI
enum CodingKeys
struct ChatQuery
Creates a model response for the given chat conversation https://platform.openai.com/docs/guides/text-generation
case messages
case model
case reasoningEffort
case frequencyPenalty
case logitBias
case logprobs
case maxTokens
case maxCompletionTokens
case n
case presencePenalty
case responseFormat
case seed
case stop
case temperature
case toolChoice
case tools
case topP
case user
case stream