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.
713 |
# File 'sig/types.rbs', line 713
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.
710 711 712 |
# File 'sig/types.rbs', line 710 def auth_header @auth_header end |
#base_url ⇒ String (readonly)
Returns the value of attribute base_url.
709 710 711 |
# File 'sig/types.rbs', line 709 def base_url @base_url end |
#model_prefixes ⇒ Array[String] (readonly)
Returns the value of attribute model_prefixes.
711 712 713 |
# File 'sig/types.rbs', line 711 def model_prefixes @model_prefixes end |
#name ⇒ String (readonly)
Returns the value of attribute name.
708 709 710 |
# File 'sig/types.rbs', line 708 def name @name end |