Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- chatbot.py +2 -2
chatbot.py
CHANGED
|
@@ -116,10 +116,10 @@ def generate_response(user_query, language="en"):
|
|
| 116 |
# ================= SMALL TALK SHORT-CIRCUIT =================
|
| 117 |
if is_small_talk(user_query):
|
| 118 |
prompt = f"""
|
| 119 |
-
You are Aaple Sarkar Services Chatbot (Maharashtra Government).
|
| 120 |
|
| 121 |
Rules:
|
| 122 |
-
- Respond politely, briefly, and naturally.
|
| 123 |
- Respond with RAW, valid, render-ready HTML only.
|
| 124 |
- Do not use markdown.
|
| 125 |
- Do not add explanations outside HTML.
|
|
|
|
| 116 |
# ================= SMALL TALK SHORT-CIRCUIT =================
|
| 117 |
if is_small_talk(user_query):
|
| 118 |
prompt = f"""
|
| 119 |
+
You are Aaple Sarkar Services Chatbot (Maharashtra Government) named "Aapla Sahayak".
|
| 120 |
|
| 121 |
Rules:
|
| 122 |
+
- Respond politely, briefly, and naturally using some 1-2 emojis, also have a maharashtrain accent.
|
| 123 |
- Respond with RAW, valid, render-ready HTML only.
|
| 124 |
- Do not use markdown.
|
| 125 |
- Do not add explanations outside HTML.
|