class Ollama::Commands::Delete

def initialize(model:)

def initialize(model:)
  @model, @stream = model, false
end