Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,6 +84,7 @@ Use three sentences maximum and keep the answer concise."""
|
|
| 84 |
qa_prompt = ChatPromptTemplate.from_messages(
|
| 85 |
[
|
| 86 |
("system", qa_system_prompt),
|
|
|
|
| 87 |
("user", "{input}"),
|
| 88 |
]
|
| 89 |
)
|
|
|
|
| 84 |
qa_prompt = ChatPromptTemplate.from_messages(
|
| 85 |
[
|
| 86 |
("system", qa_system_prompt),
|
| 87 |
+
MessagesPlaceholder("chat_history"),
|
| 88 |
("user", "{input}"),
|
| 89 |
]
|
| 90 |
)
|