s3nh commited on
Commit
108afb4
1 Parent(s): bb1ebdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -82,7 +82,9 @@ prompt_template = """### HUMAN:
82
  ### RESPONSE:"""
83
 
84
 
85
- prompt_template = """<|prompt|>:{question}</s><|answer|>:"""
 
 
86
 
87
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
88
  stop_string = [elm.split(":")[0] + ":" for elm in _][-2]
 
82
  ### RESPONSE:"""
83
 
84
 
85
+ prompt_template = """<|prompt|>:{question}</s>
86
+
87
+ <|answer|>:"""
88
 
89
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
90
  stop_string = [elm.split(":")[0] + ":" for elm in _][-2]