swarms/playground/models/yi_200k_example.py

6 lines
109 B

from swarms.models.yi_200k import Yi200k
models = Yi200k()
out = models("What is the weather like today?")