Class: Kward::ProviderCatalog::Runtime
- Inherits:
-
Struct
- Object
- Struct
- Kward::ProviderCatalog::Runtime
- Defined in:
- lib/kward/model/provider_catalog.rb
Instance Attribute Summary collapse
-
#chat_url ⇒ Object
Returns the value of attribute chat_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#model_config_key ⇒ Object
Returns the value of attribute model_config_key.
-
#model_discovery ⇒ Object
Returns the value of attribute model_discovery.
-
#model_list_url ⇒ Object
Returns the value of attribute model_list_url.
-
#reasoning_config_key ⇒ Object
Returns the value of attribute reasoning_config_key.
Instance Method Summary collapse
Instance Attribute Details
#chat_url ⇒ Object
Returns the value of attribute chat_url
24 25 26 |
# File 'lib/kward/model/provider_catalog.rb', line 24 def chat_url @chat_url end |
#id ⇒ Object
Returns the value of attribute id
24 25 26 |
# File 'lib/kward/model/provider_catalog.rb', line 24 def id @id end |
#model_config_key ⇒ Object
Returns the value of attribute model_config_key
24 25 26 |
# File 'lib/kward/model/provider_catalog.rb', line 24 def model_config_key @model_config_key end |
#model_discovery ⇒ Object
Returns the value of attribute model_discovery
24 25 26 |
# File 'lib/kward/model/provider_catalog.rb', line 24 def model_discovery @model_discovery end |
#model_list_url ⇒ Object
Returns the value of attribute model_list_url
24 25 26 |
# File 'lib/kward/model/provider_catalog.rb', line 24 def model_list_url @model_list_url end |
#reasoning_config_key ⇒ Object
Returns the value of attribute reasoning_config_key
24 25 26 |
# File 'lib/kward/model/provider_catalog.rb', line 24 def reasoning_config_key @reasoning_config_key end |
Instance Method Details
#automatic_model_discovery? ⇒ Boolean
25 26 27 |
# File 'lib/kward/model/provider_catalog.rb', line 25 def automatic_model_discovery? model_discovery == :live end |