Spaces:
Sleeping
Sleeping
Update QnA.py
Browse files
QnA.py
CHANGED
@@ -15,9 +15,9 @@ 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 |
-
candidate in precise manner.
|
20 |
-
|
21 |
\n\n:{context}
|
22 |
"""
|
23 |
prompt = ChatPromptTemplate.from_messages(
|
|
|
15 |
|
16 |
def prompt_template_to_analyze_resume():
|
17 |
template = """
|
18 |
+
You are a Talent Aquitions bot provided with the Resume of the Candidate in the context below.
|
19 |
+
Answer the question asked about candidate from the provided context in precise manner.
|
20 |
+
If Answer is not available in the context , say no context is provided .
|
21 |
\n\n:{context}
|
22 |
"""
|
23 |
prompt = ChatPromptTemplate.from_messages(
|