MockInterviewBot / prompts.py
nsgupta1's picture
Modularize (#2)
1018204 verified
with open("technical_interviewer_prompt.txt", "r") as file:
technical_interviewer_prompt = file.read()
with open("question_generation_prompt.txt", "r") as file:
question_generation_prompt = file.read()