Shreyas094 commited on
Commit
63c6f0e
·
verified ·
1 Parent(s): 8d2ef48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ def ask_question(question, temperature, top_p, repetition_penalty, web_search):
279
  r"Provide a concise and direct answer to the question:",
280
  r"Answer:",
281
  r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
282
- r"Do not include any source information in your answer:"
283
  ]
284
 
285
  for pattern in answer_patterns:
 
279
  r"Provide a concise and direct answer to the question:",
280
  r"Answer:",
281
  r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
282
+ r"Do not include any source information in your answer."
283
  ]
284
 
285
  for pattern in answer_patterns: