Shreyas094 commited on
Commit
494de66
·
verified ·
1 Parent(s): 5f68a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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