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.
| 24 25 26 | # File 'lib/ruby_llm/configuration.rb', line 24 def api_key @api_key end | 
#api_version ⇒ Object
Returns the value of attribute api_version.
| 24 25 26 | # File 'lib/ruby_llm/configuration.rb', line 24 def api_version @api_version end | 
#base_url ⇒ Object
Returns the value of attribute base_url.
| 24 25 26 | # File 'lib/ruby_llm/configuration.rb', line 24 def base_url @base_url end | 
#default_model ⇒ Object
Returns the value of attribute default_model.
| 24 25 26 | # File 'lib/ruby_llm/configuration.rb', line 24 def default_model @default_model end |