Update app.py
Browse files
app.py
CHANGED
@@ -120,8 +120,10 @@ llm = ChatOpenAI(
|
|
120 |
|
121 |
# Create prompt template with chat history
|
122 |
template = """
|
123 |
-
You are an expert assistant specializing in the Mawared HR System.
|
|
|
124 |
If you need more information, ask targeted clarifying questions.
|
|
|
125 |
Previous Conversation:
|
126 |
{chat_history}
|
127 |
Current Context:
|
|
|
120 |
|
121 |
# Create prompt template with chat history
|
122 |
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:
|