# Simple and powerful import ai let model = ai.load("tinyllm") let reply = model.ask("What is Atom?") print(reply)
Then run: