struct EmbeddingRequest

Included Modules

Defined in:

crystal-mistral/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(model : String, input : Array(String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def input : Array(String) #

[View source]
def input=(input : Array(String)) #

[View source]
def model : String #

[View source]
def model=(model : String) #

[View source]