yetessam commited on
Commit
f50cb87
·
verified ·
1 Parent(s): 7d853cd

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +1 -1
prompts.py CHANGED
@@ -1,7 +1,7 @@
1
  import yaml
2
 
3
  def load_prompts():
4
- files = ["config/base.yaml", "config/contenteval.yml.yml"]
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: