tejovanth's picture
Upload 6 files
386f4fc verified
raw
history blame contribute delete
114 Bytes
def load_prompt_template(path="prompt_template.txt"):
with open(path, "r") as file:
return file.read()