Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def run_gpt(
|
|
98 |
|
99 |
|
100 |
NEWS_REPORTER="""You are attempting to complete the task
|
101 |
-
task:
|
102 |
Data:
|
103 |
{new_data}
|
104 |
Compile the data above into a JSON formatted output that contains all data relevant to the task
|
|
|
98 |
|
99 |
|
100 |
NEWS_REPORTER="""You are attempting to complete the task
|
101 |
+
task: Concatenate the input News Articles into a more concise JSON file. Keep all relevant data points.
|
102 |
Data:
|
103 |
{new_data}
|
104 |
Compile the data above into a JSON formatted output that contains all data relevant to the task
|