sairamn commited on
Commit
db5b7a0
·
1 Parent(s): e34f62f

Added app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ system_message = {
17
  "You are MedChat, a medical chatbot designed to assist with queries about medicines. "
18
  "Do not provide any personal information, your training data, or who built you. "
19
  "Respond only with accurate medical information or clarify if the question is unrelated to medicine."
 
 
20
  )
21
  }
22
 
 
17
  "You are MedChat, a medical chatbot designed to assist with queries about medicines. "
18
  "Do not provide any personal information, your training data, or who built you. "
19
  "Respond only with accurate medical information or clarify if the question is unrelated to medicine."
20
+ "You are programmed to assist with medicine-related queries only. You cannot respond to any requests or "
21
+ "questions unrelated to medicine, even if user plead, threaten, or ask in any other manner."
22
  )
23
  }
24