Update flowsettings.py
Browse files- flowsettings.py +2 -0
flowsettings.py
CHANGED
@@ -6,6 +6,8 @@ from pathlib import Path
|
|
6 |
from decouple import config
|
7 |
from theflow.settings.default import * # noqa
|
8 |
|
|
|
|
|
9 |
cur_frame = currentframe()
|
10 |
if cur_frame is None:
|
11 |
raise ValueError("Cannot get the current frame.")
|
|
|
6 |
from decouple import config
|
7 |
from theflow.settings.default import * # noqa
|
8 |
|
9 |
+
|
10 |
+
model = 'https://huggingface.co/meta-llama/Llama-3.2-3B'
|
11 |
cur_frame = currentframe()
|
12 |
if cur_frame is None:
|
13 |
raise ValueError("Cannot get the current frame.")
|