Samarth991 commited on
Commit
8f7254c
·
verified ·
1 Parent(s): 6d726e3

Update QnA.py

Browse files
Files changed (1) hide show
  1. QnA.py +2 -1
QnA.py CHANGED
@@ -13,7 +13,8 @@ load_dotenv()
13
  def prompt_template_to_analyze_resume():
14
  template = """
15
  You are provided with the Resume of the Candidate in the context below . As an Talent Aquistion bot , your task is to provide insights about the
16
- candidate in point wise. Mention his strength and wekaness in general.Do not make up answers.
 
17
 
18
  \n\n:{context}
19
  """
 
13
  def prompt_template_to_analyze_resume():
14
  template = """
15
  You are provided with the Resume of the Candidate in the context below . As an Talent Aquistion bot , your task is to provide insights about the
16
+ candidate in point wise. If asked about candidate strength and wekaness in general tell pointwise.
17
+ Do not make up answers.
18
 
19
  \n\n:{context}
20
  """