ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerLogProbs (ex_bifrost v0.1.0)

Copy Markdown View Source

CreateChatCompletion200ResponseChoicesInnerLogProbs model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerLogProbs{
  content:
    [
      ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerLogProbsContentInner.t()
    ]
    | nil,
  refusal:
    [
      ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerLogProbsContentInnerTopLogprobsInner.t()
    ]
    | nil,
  text_offset: [integer()] | nil,
  token_logprobs: [number()] | nil,
  tokens: [String.t()] | nil,
  top_logprobs: [%{optional(String.t()) => number()}] | nil
}

Functions

decode(value)