Aabbhishekk
commited on
Commit
•
128f05d
1
Parent(s):
f823183
Update utils/prompts.py
Browse files- utils/prompts.py +1 -1
utils/prompts.py
CHANGED
@@ -10,7 +10,7 @@ def create_qa_prompt() -> PromptTemplate:
|
|
10 |
Prompt for retrieval QA chain
|
11 |
"""
|
12 |
|
13 |
-
template = """\n\nHuman: Use the following pieces of context to answer the question at the end.
|
14 |
|
15 |
{context}
|
16 |
|
|
|
10 |
Prompt for retrieval QA chain
|
11 |
"""
|
12 |
|
13 |
+
template = """\n\nHuman: Use the following pieces of context to answer the question at the end. If answer is not clear, say I DON"T KNOW
|
14 |
|
15 |
{context}
|
16 |
|