Spaces:
Running
Running
Update app.py
Browse files
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
|
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"})
|