mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
8 lines
195 B
Python
8 lines
195 B
Python
from wfgy_core import WFGYRunner
|
|
|
|
runner = WFGYRunner(
|
|
model_id="tiiuae/falcon-7b-instruct",
|
|
use_remote=False
|
|
)
|
|
|
|
runner.run("Why don't AIs like to take showers?")
|