Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
|
@@ -172,7 +172,7 @@ 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 |
Required keys:
|
| 175 |
-
"keywords":["list", "of", "keywords"]
|
| 176 |
"title":"title of entry"
|
| 177 |
"description":"description of entry"
|
| 178 |
"content":"full content of data about entry"
|
|
|
|
| 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 |
Required keys:
|
| 175 |
+
"keywords":["short", "list", "of", "keywords", "relevant", "to", "this", "entry"]
|
| 176 |
"title":"title of entry"
|
| 177 |
"description":"description of entry"
|
| 178 |
"content":"full content of data about entry"
|