Duplicated fromΒ argilla/synthetic-data-generator
5532825 cfcacb3 5532825
1
2
3
4
5
6
7
8
9
import os from synthetic_dataset_generator import launch os.environ["BASE_URL"] = "http://localhost:11434" os.environ["MODEL"] = "llama3.1" launch()