Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ def respond(
|
|
162 |
retriever_system="""
|
163 |
You are an AI assistant that answers questions based on documents provided by the user. Wait for the user to send a document. Once you receive the document, carefully read its contents and then answer the following question:
|
164 |
|
165 |
-
Question:
|
166 |
|
167 |
[Wait for user's message containing the document]
|
168 |
""" % message
|
|
|
162 |
retriever_system="""
|
163 |
You are an AI assistant that answers questions based on documents provided by the user. Wait for the user to send a document. Once you receive the document, carefully read its contents and then answer the following question:
|
164 |
|
165 |
+
Question: %s
|
166 |
|
167 |
[Wait for user's message containing the document]
|
168 |
""" % message
|