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