Omnibus commited on
Commit
53c5f2a
·
verified ·
1 Parent(s): d783370

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -231,9 +231,9 @@ def get_key(inp,data):
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
- Return pure JSON.
235
- Output Format:
236
  {output_format}
 
237
  News Articles:
238
  {new_data}
239
  """
 
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
+ Output Format Example:
 
235
  {output_format}
236
+
237
  News Articles:
238
  {new_data}
239
  """