Omnibus commited on
Commit
3776d95
·
verified ·
1 Parent(s): 4d5b25d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -234,14 +234,14 @@ 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
  News Articles:
247
  {new_data}
 
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
  News Articles:
247
  {new_data}