Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,8 +83,9 @@ 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 |
Now, you will be given a question and you will need to answer it.
|
| 85 |
|
| 86 |
-
|
| 87 |
{context}
|
|
|
|
|
|
|
| 88 |
"""
|
| 89 |
qa_prompt = ChatPromptTemplate.from_messages(
|
| 90 |
[
|
|
|
|
| 83 |
Use three sentences maximum and keep the answer concise. Do not repeat 'Assistant: ' or 'AI: '.
|
| 84 |
Now, you will be given a question and you will need to answer it.
|
| 85 |
|
|
|
|
| 86 |
{context}
|
| 87 |
+
|
| 88 |
+
Assistant:
|
| 89 |
"""
|
| 90 |
qa_prompt = ChatPromptTemplate.from_messages(
|
| 91 |
[
|