Class: Ollama::Parsers::ShowModel

Inherits:
Base
  • Object
show all
Defined in:
lib/ollama/parsers/show_model.rb

Overview

Parses show_model responses

Instance Method Summary collapse

Instance Method Details

#call(transport_response) ⇒ Object



9
10
11
# File 'lib/ollama/parsers/show_model.rb', line 9

def call(transport_response)
  json(transport_response)
end