ExOpenAI.Components.CreateEditRequest (ex_openai.ex v1.0.4) View Source

Schema representing a CreateEditRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateEditRequest{
  input: String.t() | nil,
  instruction: String.t(),
  model: String.t(),
  n: integer() | nil,
  temperature: float() | nil,
  top_p: float() | nil
}