MockInterviewBot / prompts.py
nsgupta1's picture
Modularize
7dff9c2 verified
raw
history blame
211 Bytes
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()