Samarth991 commited on
Commit
9846d5c
·
verified ·
1 Parent(s): 935387f

Update QnA.py

Browse files
Files changed (1) hide show
  1. QnA.py +5 -3
QnA.py CHANGED
@@ -14,11 +14,13 @@ load_dotenv()
14
 
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(
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
  [