ExOpenAI.Components.CreateTranslationRequest (ex_openai.ex v1.2.1) View Source

Schema representing a CreateTranslationRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateTranslationRequest{
  file: bitstring(),
  model: any(),
  prompt: String.t() | nil,
  response_format: String.t() | nil,
  temperature: float() | nil
}