Spaces:
Sleeping
Sleeping
File size: 211 Bytes
7dff9c2 | 1 2 3 4 5 6 | 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()
|