Enumeration Casemacpaw.openai 0.3.2OpenAI
stream
ChatQuery.swift:1154case stream
case stream
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 frequencyPenalty
case logitBias
case logprobs
case maxTokens
case n
case presencePenalty
case responseFormat
case seed
case stop
case temperature
case toolChoice
case tools
case topLogprobs
case topP
case user