Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ prompt_template = """<|prompt|>:{question}</s>
|
|
80 |
|
81 |
|
82 |
prompt_template = """
|
83 |
-
|
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()]
|