Class: RubyLLM::ProviderSettings
- Inherits:
-
Object
- Object
- RubyLLM::ProviderSettings
- Defined in:
- lib/ruby_llm/configuration.rb
Overview
Settings specific to individual LLM providers
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_version ⇒ Object
Returns the value of attribute api_version.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#default_model ⇒ Object
Returns the value of attribute default_model.
Instance Attribute Details
#api_key ⇒ Object
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_version ⇒ Object
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_url ⇒ Object
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_model ⇒ Object
Returns the value of attribute default_model.
22 23 24 |
# File 'lib/ruby_llm/configuration.rb', line 22 def default_model @default_model end |