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