FD900 commited on
Commit
8e48d21
·
verified ·
1 Parent(s): 3a49f16

Delete prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +0 -5
prompts.py DELETED
@@ -1,5 +0,0 @@
1
- import yaml
2
-
3
- def load_prompts(path="prompts.yaml"):
4
- with open(path, "r", encoding="utf-8") as f:
5
- return yaml.safe_load(f)