ExLLama.ChatCompletion (LLama CPP Nif Wrapper v0.0.2)

Link to this section Summary

Link to this section Types

@type t() :: %ExLLama.ChatCompletion{
  choices: [ExLLama.ChatCompletion.Choice.t()],
  id: String.t(),
  model: String.t(),
  seed: String.t(),
  usage: ExLLama.ChatCompletion.Usage.t(),
  vsn: float()
}