ExOpenAI.Components.CreateEditRequest (ex_openai.ex v1.0.1) 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(),
  instruction: String.t(),
  model: String.t(),
  n: integer(),
  temperature: float(),
  top_p: float()
}