Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -170,7 +170,7 @@ New data:
|
|
170 |
Instructions:
|
171 |
Compile and categorize the data above into a JSON dictionary string
|
172 |
Include ALL datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
|
173 |
-
|
174 |
"""
|
175 |
UNUSED="""
|
176 |
Example Response:
|
|
|
170 |
Instructions:
|
171 |
Compile and categorize the data above into a JSON dictionary string
|
172 |
Include ALL datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
|
173 |
+
Your final response should be only the final formatted JSON string enclosed in brackets, and nothing else.
|
174 |
"""
|
175 |
UNUSED="""
|
176 |
Example Response:
|