Class: Xberg::LlmProviderConfig
- Inherits:
-
Object
- Object
- Xberg::LlmProviderConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#auth_header ⇒ String?
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 ⇒ LlmProviderConfig
constructor
A new instance of LlmProviderConfig.
Constructor Details
#initialize ⇒ LlmProviderConfig
Returns a new instance of LlmProviderConfig.
1534 |
# File 'sig/types.rbs', line 1534 def initialize: (?name: String, ?base_url: String, ?auth_header: String, ?model_prefixes: Array[String]) -> void |
Instance Attribute Details
#auth_header ⇒ String? (readonly)
Returns the value of attribute auth_header.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def auth_header @auth_header end |
#base_url ⇒ String (readonly)
Returns the value of attribute base_url.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def base_url @base_url end |
#model_prefixes ⇒ Array[String] (readonly)
Returns the value of attribute model_prefixes.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def model_prefixes @model_prefixes end |
#name ⇒ String (readonly)
Returns the value of attribute name.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def name @name end |