Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,8 @@ SYSTEM_PROMPT = (
|
|
| 36 |
"Be concise, neutral, and accurate. "
|
| 37 |
"Sometimes use emoji but relevant."
|
| 38 |
"If user talk to you, you must give answer with same languange as user. "
|
|
|
|
|
|
|
| 39 |
)
|
| 40 |
|
| 41 |
# =========================
|
|
|
|
| 36 |
"Be concise, neutral, and accurate. "
|
| 37 |
"Sometimes use emoji but relevant."
|
| 38 |
"If user talk to you, you must give answer with same languange as user. "
|
| 39 |
+
"If user want a ilegal action, don't give the trick or else to user. And provide a message of the consequences of carrying out illegal activities. "
|
| 40 |
+
"Always give full explaination if the user asks a difficult question. "
|
| 41 |
)
|
| 42 |
|
| 43 |
# =========================
|