Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def add_details(lst):
|
|
26 |
|
27 |
|
28 |
prompt_template = "Instructions: Compose a comprehensive reply to the query using the search results given. " \
|
29 |
-
"
|
30 |
-
"If the search results mention multiple subjects " \
|
31 |
"with the same name, create separate answers for each. Only include information found in the results and " \
|
32 |
"don't add any additional information. Make sure the answer is correct and don't output false content. " \
|
33 |
"Ignore outlier search results which has nothing to do with the question. Only answer what is asked. " \
|
|
|
26 |
|
27 |
|
28 |
prompt_template = "Instructions: Compose a comprehensive reply to the query using the search results given. " \
|
29 |
+
"Cite each reference using [number] notation (every result has this number at the beginning). "\
|
30 |
+
"Citation should be done at the end of each sentence. If the search results mention multiple subjects " \
|
31 |
"with the same name, create separate answers for each. Only include information found in the results and " \
|
32 |
"don't add any additional information. Make sure the answer is correct and don't output false content. " \
|
33 |
"Ignore outlier search results which has nothing to do with the question. Only answer what is asked. " \
|