Update example_05_universe_test.py

This commit is contained in:
PSBigBig 2025-06-11 17:20:28 +08:00 committed by GitHub
parent b8ff96a424
commit 2327e09b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
from wfgy_core import WFGYRunner
runner = WFGYRunner(
model_id="google/flan-t5-xxl", # ✅ 改這行
model_id="mistralai/Mistral-7B-Instruct-v0.1",
use_remote=True
)