ExBifrost.Model.TextCompletionResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

TextCompletionResponse model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.TextCompletionResponse{
  choices:
    [ExBifrost.Model.CreateChatCompletion200ResponseChoicesInner.t()] | nil,
  extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil,
  id: String.t() | nil,
  model: String.t() | nil,
  object: String.t() | nil,
  system_fingerprint: String.t() | nil,
  usage: ExBifrost.Model.BifrostLlmUsage.t() | nil
}

Functions

decode(value)