struct LLM::CLI::OpenAI::ChatCompletion

Included Modules

Defined in:

llm-cli/chat/openai/chat_completion.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def choices : Array(MessageChoice) #

[View source]
def created : Time #

[View source]
def id : String #

[View source]
def object : String #

[View source]
def usage : Usage #

[View source]