mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
10 lines
231 B
Python
10 lines
231 B
Python
from wfgy_core import WFGYRunner
|
|
|
|
if __name__ == "__main__":
|
|
runner = WFGYRunner()
|
|
runner.run(
|
|
prompt="Why don't AIs like to take showers?",
|
|
reflect=True,
|
|
style="meme",
|
|
show_ascii=True
|
|
)
|