tmartinez commited on
Commit
2f0c81d
1 Parent(s): e28e536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 ask follow up questions.
 
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
  """