Class: RubyLLM::ProviderSettings

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_llm/configuration.rb

Overview

Settings specific to individual LLM providers

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



22
23
24
# File 'lib/ruby_llm/configuration.rb', line 22

def api_key
  @api_key
end

#api_versionObject

Returns the value of attribute api_version.



22
23
24
# File 'lib/ruby_llm/configuration.rb', line 22

def api_version
  @api_version
end

#base_urlObject

Returns the value of attribute base_url.



22
23
24
# File 'lib/ruby_llm/configuration.rb', line 22

def base_url
  @base_url
end

#default_modelObject

Returns the value of attribute default_model.



22
23
24
# File 'lib/ruby_llm/configuration.rb', line 22

def default_model
  @default_model
end