Spaces:
Sleeping
Sleeping
Andre
commited on
Commit
·
bc25885
1
Parent(s):
af7831d
“Update”
Browse files- config/config.py +1 -1
config/config.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# config.py
|
2 |
import os
|
3 |
-
from
|
4 |
from config.models import models
|
5 |
|
6 |
# Retrieve the Hugging Face token
|
|
|
1 |
# config.py
|
2 |
import os
|
3 |
+
from config.prompts import prompts # Import prompts from prompts.py
|
4 |
from config.models import models
|
5 |
|
6 |
# Retrieve the Hugging Face token
|