Spaces:
Paused
Paused
Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -404,6 +404,8 @@ def extract_answer(full_response):
|
|
404 |
r"Provide a summarized and direct answer to the question.",
|
405 |
r"If the context doesn't contain relevant information, state that the information is not available in the document.",
|
406 |
r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
|
|
|
|
|
407 |
r"Do not include any source information in your answer."
|
408 |
]
|
409 |
|
|
|
404 |
r"Provide a summarized and direct answer to the question.",
|
405 |
r"If the context doesn't contain relevant information, state that the information is not available in the document.",
|
406 |
r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
|
407 |
+
r"without mentioning the web search or these instructions.",
|
408 |
+
r"Do not include any source information in your answer:",
|
409 |
r"Do not include any source information in your answer."
|
410 |
]
|
411 |
|