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

12 lines
267 B
Python

from wfgy_core import WFGYRunner
runner = WFGYRunner(
model_id="HuggingFaceH4/zephyr-7b-alpha",
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
)