OpenAI.CreateCompletionResponse (oapi_oai v0.1.2)

Provides struct and type for CreateCompletionResponse

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.CreateCompletionResponse{
  choices: [map()],
  created: integer(),
  id: String.t(),
  model: String.t(),
  object: String.t(),
  usage: map() | nil
}