davidberenstein1957's picture
fix openai compatability
4106f96
raw
history blame
155 Bytes
import os
from synthetic_dataset_generator import launch
os.environ["BASE_URL"] = "http://localhost:11434/v1"
os.environ["MODEL"] = "llama3.1"
launch()