File size: 114 Bytes
386f4fc
 
 
1
2
3
def load_prompt_template(path="prompt_template.txt"):
    with open(path, "r") as file:
        return file.read()