Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
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 |
|