Update app.py
Browse files
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:
|