Spaces:
Runtime error
Runtime error
Commit
ยท
81202b7
1
Parent(s):
4106f96
fix app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
import os
|
| 2 |
-
|
| 3 |
from synthetic_dataset_generator import launch
|
| 4 |
|
| 5 |
-
os.environ["BASE_URL"] = "http://localhost:11434/v1"
|
| 6 |
-
os.environ["MODEL"] = "llama3.1"
|
| 7 |
-
|
| 8 |
launch()
|
|
|
|
|
|
|
|
|
|
| 1 |
from synthetic_dataset_generator import launch
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
launch()
|