Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nsgupta1
/
MockInterviewBot
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/2
MockInterviewBot
/
prompts.py
nsgupta1
Modularize
7dff9c2
verified
about 1 year ago
raw
Copy download link
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()