Shreyas094 commited on
Commit
5f68a75
1 Parent(s): f0dd391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -400,8 +400,9 @@ def extract_answer(full_response):
400
  answer_patterns = [
401
  r"Provide a concise and direct answer to the question without mentioning the web search or these instructions:",
402
  r"Provide a concise and direct answer to the question:",
403
- r"Answer.",
404
  r"Provide a summarized and direct answer to the question.",
 
405
  r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
406
  r"Do not include any source information in your answer."
407
  ]
 
400
  answer_patterns = [
401
  r"Provide a concise and direct answer to the question without mentioning the web search or these instructions:",
402
  r"Provide a concise and direct answer to the question:",
403
+ r"Answer:",
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
  ]