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