OpenAI.CreateEditRequest (oapi_oai v0.2.1)

Provides struct and type for CreateEditRequest

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateEditRequest{
  input: String.t() | nil,
  instruction: String.t(),
  model: String.t(),
  n: integer() | nil,
  temperature: number() | nil,
  top_p: number() | nil
}