Class: LLMSpecs::Catalog
- Inherits:
-
Object
- Object
- LLMSpecs::Catalog
- Defined in:
- lib/llm_specs/catalog.rb
Instance Method Summary collapse
-
#initialize(api_uri:, cache_path:) ⇒ Catalog
constructor
A new instance of Catalog.
- #models ⇒ Object
Constructor Details
Instance Method Details
#models ⇒ Object
9 10 11 |
# File 'lib/llm_specs/catalog.rb', line 9 def models Collection.new fetch.map(&Model) end |