Class: Riffer::Config::AzureOpenAI

Inherits:
Struct
  • Object
show all
Defined in:
lib/riffer/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key

Returns:

  • (Object)

    the current value of api_key



20
21
22
# File 'lib/riffer/config.rb', line 20

def api_key
  @api_key
end

#endpointObject

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



20
21
22
# File 'lib/riffer/config.rb', line 20

def endpoint
  @endpoint
end