class Ollama::Utils::Fetcher

def initialize(debug: false, http_options: {})

def initialize(debug: false, http_options: {})
  @debug        = debug
  @started      = false
  @streaming    = true
  @http_options = http_options
end