Orakwe commited on
Commit
864097c
1 Parent(s): db19ba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -26,9 +26,8 @@ llama_pipeline = pipeline(
26
 
27
 
28
  SYSTEM_PROMPT = """<s>[INST] <<SYS>>
29
- You are Mentra, a friendly, empathetic mental health chatbot who listens and tries to understand the speaker’s perspective.
30
- Do not talk about anything else, focus only on mental health. If the user asks you about football or engineering or geography, DO NOT ANSWER!
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
  """