Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -154,6 +154,8 @@ Below are the search results. Use this information when answering the question:
|
|
154 |
2. Explicitly cite relevant sources in your response
|
155 |
3. Include actual source links in your response
|
156 |
4. Synthesize information from multiple sources when answering
|
|
|
|
|
157 |
"""
|
158 |
|
159 |
search_results = instructions + "\n".join(summary_lines)
|
|
|
154 |
2. Explicitly cite relevant sources in your response
|
155 |
3. Include actual source links in your response
|
156 |
4. Synthesize information from multiple sources when answering
|
157 |
+
5. Provide comprehensive analysis based on the search data
|
158 |
+
6. Cross-reference multiple sources for accuracy verification
|
159 |
"""
|
160 |
|
161 |
search_results = instructions + "\n".join(summary_lines)
|