Update app.py
Browse files
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 |
-
|
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 |
|