Spaces:
Runtime error
Runtime error
gkrthk
commited on
Commit
•
396decf
1
Parent(s):
ebf0716
edit prompt
Browse files- confluence_qa.py +1 -1
confluence_qa.py
CHANGED
@@ -42,7 +42,7 @@ class ConfluenceQA:
|
|
42 |
|
43 |
|
44 |
def retrieve_qa_chain(self) -> None:
|
45 |
-
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.
|
46 |
{context}
|
47 |
Question: {question}
|
48 |
Helpful Answer:"""
|
|
|
42 |
|
43 |
|
44 |
def retrieve_qa_chain(self) -> None:
|
45 |
+
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.
|
46 |
{context}
|
47 |
Question: {question}
|
48 |
Helpful Answer:"""
|