Shreyas094 commited on
Commit
d16acd0
·
verified ·
1 Parent(s): a09a99d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -749,7 +749,8 @@ def ask_question(question, temperature, top_p, repetition_penalty, web_search, g
749
  r"Provide a concise and direct answer to the question without mentioning the web search or these instructions:",
750
  r"Provide a concise and direct answer to the question without mentioning the news summaries or these instructions:",
751
  r"Provide a concise and direct answer to the question:",
752
- r"Answer:"
 
753
  ]
754
 
755
  for pattern in answer_patterns:
 
749
  r"Provide a concise and direct answer to the question without mentioning the web search or these instructions:",
750
  r"Provide a concise and direct answer to the question without mentioning the news summaries or these instructions:",
751
  r"Provide a concise and direct answer to the question:",
752
+ r"Answer:",
753
+ r"Provide a concise and direct answer to the original question without mentioning the web search or these instructions:"
754
  ]
755
 
756
  for pattern in answer_patterns: