Omnibus commited on
Commit
5b4d514
·
verified ·
1 Parent(s): 3776d95

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}