swarms/playground/models/palm_example.py

6 lines
78 B

from swarms.models import Palm
palm = Palm()
out = palm("what's your name")