s3nh commited on
Commit
b1ae188
1 Parent(s): 36f77dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ prompt_template = """<|prompt|>:{question}</s>
79
  <|answer|>:"""
80
 
81
 
82
- prompt_template = """SYSTEM:
83
- USER: {question}
84
  ASSISTANT: """
85
 
86
 
 
79
  <|answer|>:"""
80
 
81
 
82
+ prompt_template = """
83
+ Human: {question}
84
  ASSISTANT: """
85
 
86