Omnibus commited on
Commit
d60d545
·
verified ·
1 Parent(s): 55ecf8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def save_memory(purpose, history):
194
  e=chunk
195
  print(f'e:: {e}')
196
  new_history=""
197
- task = f'Compile this data to fulfill the task: {task}, and complete the purpose: {purpose}\n'
198
  for z in range(divi):
199
  print(f's:e :: {s}:{e}')
200
 
 
194
  e=chunk
195
  print(f'e:: {e}')
196
  new_history=""
197
+ task = f'Compile this data to fulfill the task: Index this data, and complete the purpose: {purpose}\n'
198
  for z in range(divi):
199
  print(f's:e :: {s}:{e}')
200