Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,8 @@ def compress_data_og(c, instruct, history):
|
|
282 |
|
283 |
RECALL_MEMORY="""
|
284 |
The user will give you a query, and you will find every relevant keyword from the provided KEYWORD LIST that will be used to search for information about the query.
|
285 |
-
|
|
|
286 |
Example Response:
|
287 |
[keyword1,keyword2,keyword3]
|
288 |
|
|
|
282 |
|
283 |
RECALL_MEMORY="""
|
284 |
The user will give you a query, and you will find every relevant keyword from the provided KEYWORD LIST that will be used to search for information about the query.
|
285 |
+
If there are no relevant keywords found in the provided list return 'NONE'
|
286 |
+
Respond with only a list, or NONE
|
287 |
Example Response:
|
288 |
[keyword1,keyword2,keyword3]
|
289 |
|