Spaces:
Sleeping
Sleeping
Update QnA.py
Browse files
QnA.py
CHANGED
@@ -15,9 +15,8 @@ load_dotenv()
|
|
15 |
|
16 |
def prompt_template_to_analyze_resume():
|
17 |
template = """
|
18 |
-
You are provided with the Resume of the Candidate in the context below .
|
19 |
As an Talent Aquistion bot, your task is to provide insights about the candidate in very precise manner.
|
20 |
-
Stick to the question asked .
|
21 |
|
22 |
\n\n:{context}
|
23 |
"""
|
|
|
15 |
|
16 |
def prompt_template_to_analyze_resume():
|
17 |
template = """
|
18 |
+
You are provided with the Resume of the Candidate in the context provided below .
|
19 |
As an Talent Aquistion bot, your task is to provide insights about the candidate in very precise manner.
|
|
|
20 |
|
21 |
\n\n:{context}
|
22 |
"""
|