Class: OmniAI::CLI::ChatArgs

Inherits:
Struct
  • Object
show all
Defined in:
lib/omniai/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



13
14
15
# File 'lib/omniai/cli.rb', line 13

def model
  @model
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



13
14
15
# File 'lib/omniai/cli.rb', line 13

def provider
  @provider
end

#temperatureObject

Returns the value of attribute temperature

Returns:

  • (Object)

    the current value of temperature



13
14
15
# File 'lib/omniai/cli.rb', line 13

def temperature
  @temperature
end