OpenAI.CreateTranscriptionRequest (oapi_oai v0.1.2)

Provides struct and type for CreateTranscriptionRequest

Link to this section Summary

Link to this section Types

@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
}