WFGY/example_05_universe_test.py
2025-06-11 17:35:07 +08:00

12 lines
263 B
Python

from wfgy_core import WFGYRunner
runner = WFGYRunner(
model_id="tiiuae/falcon-7b-instruct",
use_remote=True
)
runner.run(
prompt="If semantic energy is real, what force counterbalances it in a vacuum?",
max_new_tokens=200,
temperature=0.7
)