Spaces:
Sleeping
Sleeping
Update QnA.py
Browse files
QnA.py
CHANGED
@@ -14,11 +14,13 @@ load_dotenv()
|
|
14 |
|
15 |
|
16 |
def prompt_template_to_analyze_resume():
|
17 |
-
template =
|
18 |
-
|
|
|
19 |
Answer the question asked about candidate from the provided context in precise manner.
|
20 |
-
|
21 |
\n\n:{context}
|
|
|
22 |
"""
|
23 |
prompt = ChatPromptTemplate.from_messages(
|
24 |
[
|
|
|
14 |
|
15 |
|
16 |
def prompt_template_to_analyze_resume():
|
17 |
+
template =
|
18 |
+
"""
|
19 |
+
You are a Talent Aquition bot provided with the Resume of the Candidate in the context below.
|
20 |
Answer the question asked about candidate from the provided context in precise manner.
|
21 |
+
|
22 |
\n\n:{context}
|
23 |
+
|
24 |
"""
|
25 |
prompt = ChatPromptTemplate.from_messages(
|
26 |
[
|