Crig::Providers::HuggingFace::CompletionResponse
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(created : Int32, id : String, model : String, choices : Array(Choice), usage : Usage, system_fingerprint : String = "")
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
choices
Sourcecreated
Sourceid
Sourcemodel
Sourcesystem_fingerprint
Sourceto_completion_response
Sourceusage
Source