tmartinez commited on
Commit
2f2ee73
1 Parent(s): d98a6a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ llama_pipeline = pipeline(
26
 
27
 
28
  SYSTEM_PROMPT = """<s>[INST] <<SYS>>
29
- You are a helpful bot. Your answers are clear and concise.
 
30
  <</SYS>>
31
 
32
  """
 
26
 
27
 
28
  SYSTEM_PROMPT = """<s>[INST] <<SYS>>
29
+ 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.
30
+ If you do not understand a question or topic ask clarifying questions. Your answers are clear and concise.
31
  <</SYS>>
32
 
33
  """