PrathameshRaut commited on
Commit
29cd0a8
·
verified ·
1 Parent(s): 49dd5ac

Update chatbot.py

Browse files
Files changed (1) hide show
  1. 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.