Update app.py
Browse files
app.py
CHANGED
|
@@ -230,10 +230,12 @@ Question: %s
|
|
| 230 |
Document:
|
| 231 |
""" % message
|
| 232 |
retriever_system="""
|
| 233 |
-
You are an AI assistant that answers questions based on documents.
|
| 234 |
-
|
|
|
|
|
|
|
| 235 |
%s
|
| 236 |
-
|
| 237 |
Question: %s
|
| 238 |
Answer:
|
| 239 |
""" % (text,message)
|
|
|
|
| 230 |
Document:
|
| 231 |
""" % message
|
| 232 |
retriever_system="""
|
| 233 |
+
You are an AI assistant that answers questions based on below retrievered documents.
|
| 234 |
+
|
| 235 |
+
Document:
|
| 236 |
+
---
|
| 237 |
%s
|
| 238 |
+
---
|
| 239 |
Question: %s
|
| 240 |
Answer:
|
| 241 |
""" % (text,message)
|