class RubyLLM::Models

def each(&)

Allow enumeration over all models
def each(&)
  all.each(&)
end