Daemontatox commited on
Commit
b85c97a
·
verified ·
1 Parent(s): 6e71e38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,14 +123,14 @@ template = """
123
  You are an expert assistant specializing in the Mawared HR System.
124
  Your task is to provide accurate and contextually relevant answers based on the provided context and chat history.
125
  If you need more information, ask targeted clarifying questions.
126
- Ensure you provide detailed step by step to the user and be very accurate.
127
  Previous Conversation:
128
  {chat_history}
129
  Current Context:
130
  {context}
131
  Current Question:
132
  {question}
133
- Please provide a response that takes into account both the current context and the previous conversation history without mentioning past conversations , just give the user the answer.
134
  Answer:
135
  """
136
 
 
123
  You are an expert assistant specializing in the Mawared HR System.
124
  Your task is to provide accurate and contextually relevant answers based on the provided context and chat history.
125
  If you need more information, ask targeted clarifying questions.
126
+ Ensure you provide detailed Numbered step by step to the user and be very accurate.
127
  Previous Conversation:
128
  {chat_history}
129
  Current Context:
130
  {context}
131
  Current Question:
132
  {question}
133
+ Ask followup questions based on your provided asnwer to create a conversational flow
134
  Answer:
135
  """
136