Update app.py
Browse files
app.py
CHANGED
|
@@ -281,6 +281,7 @@ def ask_question(question, temperature, top_p, repetition_penalty, web_search):
|
|
| 281 |
r"Answer:",
|
| 282 |
r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
|
| 283 |
r"Do not include any source information in your answer.",
|
|
|
|
| 284 |
r"Do not give the information in pointers where its not neccesary the format must be relevant to the query made."
|
| 285 |
]
|
| 286 |
|
|
@@ -345,6 +346,7 @@ def ask_question(question, temperature, top_p, repetition_penalty, web_search):
|
|
| 345 |
r"Answer:",
|
| 346 |
r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
|
| 347 |
r"Do not include any source information in your answer.",
|
|
|
|
| 348 |
r"Do not give the information in pointers where its not neccesary the format must be relevant to the query made."
|
| 349 |
]
|
| 350 |
|
|
|
|
| 281 |
r"Answer:",
|
| 282 |
r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
|
| 283 |
r"Do not include any source information in your answer.",
|
| 284 |
+
r"Do not give the information in pointers where its not neccesary the format must be relevant to the query made.",
|
| 285 |
r"Do not give the information in pointers where its not neccesary the format must be relevant to the query made."
|
| 286 |
]
|
| 287 |
|
|
|
|
| 346 |
r"Answer:",
|
| 347 |
r"Provide a summarized and direct answer to the original question without mentioning the web search or these instructions:",
|
| 348 |
r"Do not include any source information in your answer.",
|
| 349 |
+
r"Do not give the information in pointers where its not neccesary the format must be relevant to the query made.",
|
| 350 |
r"Do not give the information in pointers where its not neccesary the format must be relevant to the query made."
|
| 351 |
]
|
| 352 |
|