struct OpenAI::TextCompletion

Included Modules

Extended Modules

Defined in:

open_ai/models/text_completion.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def choices : Array(TextChoice) #

[View source]
def created : Time #

[View source]
def id : String | Nil #

[View source]
def model : String | Nil #

[View source]
def object : String #

[View source]
def usage : Usage #

[View source]