ExOpenAI.Components.CreateTranslationRequest (ex_openai.ex v1.0.4) 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: String.t(),
  prompt: String.t() | nil,
  response_format: String.t() | nil,
  temperature: float() | nil
}