openfree commited on
Commit
73607b2
·
verified ·
1 Parent(s): cbc6c4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)