Shreyas094 commited on
Commit
ec867bd
·
verified ·
1 Parent(s): 47402cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -400,6 +400,7 @@ 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 original question without mentioning the web search or these instructions:",
405
  r"Do not include any source information in your answer."
 
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"Provide a summarized and direct answer to the question:",
404
  r"Answer:",
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."