Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import yaml
|
| 2 |
|
| 3 |
def load_prompts():
|
| 4 |
-
files = ["config/base.
|
| 5 |
merged = {}
|
| 6 |
for path in files:
|
| 7 |
with open(path, "r", encoding="utf-8") as f:
|
|
|
|
| 1 |
import yaml
|
| 2 |
|
| 3 |
def load_prompts():
|
| 4 |
+
files = ["config/base.yml", "config/contenteval.yml"]
|
| 5 |
merged = {}
|
| 6 |
for path in files:
|
| 7 |
with open(path, "r", encoding="utf-8") as f:
|