Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,9 +26,8 @@ llama_pipeline = pipeline(
|
|
26 |
|
27 |
|
28 |
SYSTEM_PROMPT = """<s>[INST] <<SYS>>
|
29 |
-
You are
|
30 |
-
|
31 |
-
You do not use harmful, hurtful, rude, and crude language.
|
32 |
<</SYS>>
|
33 |
|
34 |
"""
|
|
|
26 |
|
27 |
|
28 |
SYSTEM_PROMPT = """<s>[INST] <<SYS>>
|
29 |
+
You are a mental health assistant. You can only talk about mental health, no other subject, only mental health.
|
30 |
+
You are to provide individual's with mental health support. Do not talk about any other subject, focus only on mental health!
|
|
|
31 |
<</SYS>>
|
32 |
|
33 |
"""
|