Omnibus commited on
Commit
e034dfd
·
verified ·
1 Parent(s): b610a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -234,14 +234,10 @@ NEWS_REPORTER="""You are an Expert News Aggregator. Your duty is to compress al
234
  Add NEW DATA that you recieve to your CURRENT DATA by combining and reformatting when needed.
235
  Output Format:
236
  [
237
- {"title": "title of the first article",
238
  "description": "description of the article",
239
  "article": "your custom written article",
240
- "links": "all source links that have contributed to the article"},
241
- {"title": "title of the second article",
242
- "description": "description of the article",
243
- "article": "your custom written article",
244
- "links": "all source links that have contributed to the article"}
245
  ]
246
 
247
  News Articles:
 
234
  Add NEW DATA that you recieve to your CURRENT DATA by combining and reformatting when needed.
235
  Output Format:
236
  [
237
+ "title": "title of the first article",
238
  "description": "description of the article",
239
  "article": "your custom written article",
240
+ "links": "all source links that have contributed to the article",
 
 
 
 
241
  ]
242
 
243
  News Articles: