Search
Provides struct and type for CreateTranslationRequest
@type t() :: %OpenAI.CreateTranslationRequest{ file: String.t(), model: String.t(), prompt: String.t() | nil, response_format: String.t() | nil, temperature: number() | nil }