Shreyas094 commited on
Commit
7df2145
1 Parent(s): b6683d4

Update app.py

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