Spaces:
Sleeping
Sleeping
| 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() | |