Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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:
|