Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,9 @@ prompt_template = """### HUMAN:
|
|
81 |
|
82 |
### RESPONSE:"""
|
83 |
|
|
|
|
|
|
|
84 |
_ = [elm for elm in prompt_template.splitlines() if elm.strip()]
|
85 |
stop_string = [elm.split(":")[0] + ":" for elm in _][-2]
|
86 |
|
|
|
81 |
|
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]
|
89 |
|