Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ If you don't know the answer, just say that you don't know.
|
|
| 83 |
Use three sentences maximum and keep the answer concise. Do not repeat 'Assistant: ' or 'AI: '.
|
| 84 |
|
| 85 |
{context}
|
| 86 |
-
|
| 87 |
qa_prompt = ChatPromptTemplate.from_messages(
|
| 88 |
[
|
| 89 |
("system", qa_system_prompt),
|
|
|
|
| 83 |
Use three sentences maximum and keep the answer concise. Do not repeat 'Assistant: ' or 'AI: '.
|
| 84 |
|
| 85 |
{context}
|
| 86 |
+
"""
|
| 87 |
qa_prompt = ChatPromptTemplate.from_messages(
|
| 88 |
[
|
| 89 |
("system", qa_system_prompt),
|