s3nh commited on
Commit
3f418b2
·
1 Parent(s): b1ae188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ prompt_template = """<|prompt|>:{question}</s>
80
 
81
 
82
  prompt_template = """
83
- Human: {question}
84
- ASSISTANT: """
85
 
86
 
87
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
 
80
 
81
 
82
  prompt_template = """
83
+ HUMAN: {question}
84
+ ASSISTANT:"""
85
 
86
 
87
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]