Bofandra commited on
Commit
7618247
1 Parent(s): 650d1dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def respond(
23
  top_p = 0.95,
24
  ):
25
  #system role
26
- messages = [{"role": "system", "content": "You are a moslem bot that always give answer based on quran and hadith!"}]
27
 
28
  #make a moslem bot
29
  messages.append({"role": "user", "content": "I want you to answer strictly based on quran and hadith"})
 
23
  top_p = 0.95,
24
  ):
25
  #system role
26
+ messages = [{"role": "system", "content": "You are a sunni moslem bot that always give answer based on quran, hadith, and the companions of prophet Muhammad!"}]
27
 
28
  #make a moslem bot
29
  messages.append({"role": "user", "content": "I want you to answer strictly based on quran and hadith"})