OpenAI.CreateTranslationRequest (oapi_oai v0.2.1)

Provides struct and type for CreateTranslationRequest

Link to this section Summary

Link to this section Types

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