Omnibus commited on
Commit
d773f06
·
verified ·
1 Parent(s): 58f6aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -230,8 +230,8 @@ def get_key(inp,data):
230
  print(e)
231
  print(key_box)
232
 
233
- NEWS_REPORTER="""You are an Expert News Aggregator. Your duty is to compress all of the News Articles you are given into 10 or more individual articles that capture the full context of the current news. Compile your articles into JSON format which the user will load into an RSS reader for other users to read.
234
- Add NEW DATA that you recieve to your CURRENT DATA by combining and reformatting when needed.
235
  Output Format:
236
  {output_format}
237
  News Articles:
 
230
  print(e)
231
  print(key_box)
232
 
233
+ NEWS_REPORTER="""You are an Expert News Aggregator. Your duty is to read and compress all of the News Articles you are given into 10 or more individual articles that capture the full context of the current news. Compile your articles into JSON format which the user will load into an RSS reader for other users to read.
234
+ The user is expecting only JSON formatted output, and no additional commentary or markup.
235
  Output Format:
236
  {output_format}
237
  News Articles: