davidberenstein1957's picture
fix setting contants upon launch
5532825
raw
history blame
152 Bytes
import os
from synthetic_dataset_generator import launch
os.environ["BASE_URL"] = "http://localhost:11434"
os.environ["MODEL"] = "llama3.1"
launch()