Class: LiterLlm::CustomProviderConfig
- Inherits:
-
Object
- Object
- LiterLlm::CustomProviderConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#auth_header ⇒ AuthHeaderFormat
readonly
Returns the value of attribute auth_header.
-
#base_url ⇒ String
readonly
Returns the value of attribute base_url.
-
#model_prefixes ⇒ Array[String]
readonly
Returns the value of attribute model_prefixes.
-
#name ⇒ String
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ CustomProviderConfig
constructor
A new instance of CustomProviderConfig.
Constructor Details
#initialize ⇒ CustomProviderConfig
Returns a new instance of CustomProviderConfig.
798 |
# File 'sig/types.rbs', line 798
def initialize: (name: String, base_url: String, auth_header: AuthHeaderFormat, model_prefixes: Array[String]) -> void
|
Instance Attribute Details
#auth_header ⇒ AuthHeaderFormat (readonly)
Returns the value of attribute auth_header.
795 796 797 |
# File 'sig/types.rbs', line 795 def auth_header @auth_header end |
#base_url ⇒ String (readonly)
Returns the value of attribute base_url.
794 795 796 |
# File 'sig/types.rbs', line 794 def base_url @base_url end |
#model_prefixes ⇒ Array[String] (readonly)
Returns the value of attribute model_prefixes.
796 797 798 |
# File 'sig/types.rbs', line 796 def model_prefixes @model_prefixes end |
#name ⇒ String (readonly)
Returns the value of attribute name.
793 794 795 |
# File 'sig/types.rbs', line 793 def name @name end |