Omnibus commited on
Commit
4d4b261
1 Parent(s): 9864ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -280,10 +280,11 @@ def compress_data_og(c, instruct, history):
280
  return resp
281
 
282
 
283
- RECALL_MEMORY="""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.
 
284
  If there are no relevant keywords found in the provided list return 'NONE'
285
  Respond with only a list, or NONE
286
- Example Response:
287
  [keyword1,keyword2,keyword3]
288
 
289
  USER QUERY:
 
280
  return resp
281
 
282
 
283
+ RECALL_MEMORY="""The user will give you a query and a list
284
+ Your duty is to find every keyword in the list that is relevant to 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
+ Respond only in this format:
288
  [keyword1,keyword2,keyword3]
289
 
290
  USER QUERY: