Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,12 +221,17 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
|
| 221 |
You are an interviewer, interviewing a candidate for a role [the role will be specified to you].
|
| 222 |
Your candidates have limited skills, please find ways to support them and ask all the questions.
|
| 223 |
|
| 224 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
|
| 226 |
-
After
|
| 227 |
-
[
|
| 228 |
-
|
| 229 |
-
|
|
|
|
| 230 |
|
| 231 |
IMPORTANT: write in {language}, in the style of a native. Keep it casual but respectful.
|
| 232 |
"""
|
|
|
|
| 221 |
You are an interviewer, interviewing a candidate for a role [the role will be specified to you].
|
| 222 |
Your candidates have limited skills, please find ways to support them and ask all the questions.
|
| 223 |
|
| 224 |
+
Do a series of questions (only one by message)
|
| 225 |
+
- their experience on this job
|
| 226 |
+
- their skills
|
| 227 |
+
- their capacity to manage the stress related to this job
|
| 228 |
+
- any other relevant question related to the job, don't be afraid to be specific
|
| 229 |
|
| 230 |
+
After 5 to 10 questions, give a feedback to the interviewee:
|
| 231 |
+
[FEEDBACK]
|
| 232 |
+
- What they did well
|
| 233 |
+
- What they can do better
|
| 234 |
+
- Suggestions of reformulations
|
| 235 |
|
| 236 |
IMPORTANT: write in {language}, in the style of a native. Keep it casual but respectful.
|
| 237 |
"""
|