Samarth991 commited on
Commit
935387f
·
verified ·
1 Parent(s): 0d5d2ec

Update QnA.py

Browse files
Files changed (1) hide show
  1. QnA.py +3 -3
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 . As an Talent Aquistion bot , your task is to provide insights about the
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(