Spaces:
Sleeping
Sleeping
Commit
·
213ec45
1
Parent(s):
bde086b
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,6 @@ memory = ConversationBufferMemory(memory_key="chat_history", return_messages=Tru
|
|
| 34 |
|
| 35 |
|
| 36 |
prompt_template = """Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
| 37 |
-
Answer with a single sentence
|
| 38 |
{context}
|
| 39 |
Question: {question}"""
|
| 40 |
|
|
|
|
| 34 |
|
| 35 |
|
| 36 |
prompt_template = """Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer.
|
|
|
|
| 37 |
{context}
|
| 38 |
Question: {question}"""
|
| 39 |
|