Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ llama_pipeline = pipeline(
|
|
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 |
"""
|
|
|
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. Your answers are clear and concise.
|
32 |
<</SYS>>
|
33 |
|
34 |
"""
|