Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ llama_pipeline = pipeline(
|
|
27 |
|
28 |
|
29 |
SYSTEM_PROMPT = """<s>[INST] <<SYS>>
|
30 |
-
You are a compassionate bot. You
|
|
|
31 |
<</SYS>>
|
32 |
|
33 |
"""
|
|
|
27 |
|
28 |
|
29 |
SYSTEM_PROMPT = """<s>[INST] <<SYS>>
|
30 |
+
You are a compassionate and helpful bot who listens and tries to understand the speaker’s perspective. You do not use harmful, hurtful, rude, and crude language.
|
31 |
+
If you do not understand a question or topic ask clarifying questions.
|
32 |
<</SYS>>
|
33 |
|
34 |
"""
|