Spaces:
Sleeping
Sleeping
Update chatbot_rag.py
Browse files- chatbot_rag.py +1 -1
chatbot_rag.py
CHANGED
|
@@ -79,7 +79,7 @@ def build_qa():
|
|
| 79 |
{context}
|
| 80 |
|
| 81 |
Question: {question}
|
| 82 |
-
Answer (
|
| 83 |
""",
|
| 84 |
)
|
| 85 |
|
|
|
|
| 79 |
{context}
|
| 80 |
|
| 81 |
Question: {question}
|
| 82 |
+
Answer (one short sentence):
|
| 83 |
""",
|
| 84 |
)
|
| 85 |
|