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

Update app.py

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