Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
{'
|
238 |
-
'
|
239 |
-
'
|
240 |
-
'
|
241 |
-
{'
|
242 |
-
'
|
243 |
-
'
|
244 |
-
'
|
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}
|