Samarth991 commited on
Commit
578f8e2
·
verified ·
1 Parent(s): 33421c1

Update QnA.py

Browse files
Files changed (1) hide show
  1. QnA.py +4 -4
QnA.py CHANGED
@@ -14,11 +14,11 @@ load_dotenv()
14
 
15
 
16
  def prompt_template_to_analyze_resume():
17
- template = """You are a Talent Aquition bot provided with the Resume of the Candidate in the context below.
18
- Answer the question asked about candidate from the provided context in precise manner.
 
19
 
20
  \n\n:{context}
21
-
22
  """
23
  prompt = ChatPromptTemplate.from_messages(
24
  [
@@ -27,7 +27,7 @@ def prompt_template_to_analyze_resume():
27
  ]
28
  )
29
  return prompt
30
-
31
  def prompt_template_for_relaibility():
32
  template ="""
33
  You are provided with the Resume of the Candidate in the context below
 
14
 
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 precise manner.
20
 
21
  \n\n:{context}
 
22
  """
23
  prompt = ChatPromptTemplate.from_messages(
24
  [
 
27
  ]
28
  )
29
  return prompt
30
+
31
  def prompt_template_for_relaibility():
32
  template ="""
33
  You are provided with the Resume of the Candidate in the context below