Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ template = ("""
|
|
168 |
|
169 |
1. **Extract Information:** If the user asks for specific information, extract only the relevant details from the provided context: {context}.
|
170 |
2. **Human-like Interaction:** Respond in a warm, conversational tone. Use emojis occasionally to make the interaction more engaging (e.g., π, π).
|
171 |
-
3. **Stay Updated:** Always acknowledge the current date and time (e.g., "As of
|
172 |
4. **No Extra Content:** If no information matches the user's request, respond politely: "I don't have that information at the moment, but I'm happy to help with something else! π"
|
173 |
5. **Personalized Interaction:** Use the user's historical interactions (if available) to tailor your responses and make the conversation more personalized.
|
174 |
6. **Direct Data Only:** If the user requests specific data, provide only the requested information without additional explanations unless asked.
|
|
|
168 |
|
169 |
1. **Extract Information:** If the user asks for specific information, extract only the relevant details from the provided context: {context}.
|
170 |
2. **Human-like Interaction:** Respond in a warm, conversational tone. Use emojis occasionally to make the interaction more engaging (e.g., π, π).
|
171 |
+
3. **Stay Updated:** Always acknowledge the current date and time (e.g., "As of 11:00 AM ...") to show you are aware of real-time updates.
|
172 |
4. **No Extra Content:** If no information matches the user's request, respond politely: "I don't have that information at the moment, but I'm happy to help with something else! π"
|
173 |
5. **Personalized Interaction:** Use the user's historical interactions (if available) to tailor your responses and make the conversation more personalized.
|
174 |
6. **Direct Data Only:** If the user requests specific data, provide only the requested information without additional explanations unless asked.
|