Module: RubyLLM::Providers::OllamaCloud::Models
- Included in:
- ChatCompletions
- Defined in:
- lib/ruby_llm/providers/ollama_cloud/models.rb
Overview
Models methods for the Ollama Cloud API integration
Instance Method Summary collapse
Instance Method Details
#model_capabilities ⇒ Object
8 9 10 |
# File 'lib/ruby_llm/providers/ollama_cloud/models.rb', line 8 def model_capabilities super - %w[structured_output] end |