In the ```predict.py``` file, the following line shows an error: ```from my_templates import generate_prompt``` where I can find this ```my_templates``` module? How would I get it installed?
In the
predict.pyfile, the following line shows an error:from my_templates import generate_promptwhere I can find this
my_templatesmodule? How would I get it installed?