Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -671,7 +671,7 @@ def save_memory(purpose, history):
|
|
| 671 |
out_box.append(resp)
|
| 672 |
create_index()
|
| 673 |
return out_box
|
| 674 |
-
def recall_memory(inp,history)
|
| 675 |
error_box=""
|
| 676 |
json_out={}
|
| 677 |
r = requests.get(f'{save_data}mem-test2/index.json')
|
|
|
|
| 671 |
out_box.append(resp)
|
| 672 |
create_index()
|
| 673 |
return out_box
|
| 674 |
+
def recall_memory(inp,history):
|
| 675 |
error_box=""
|
| 676 |
json_out={}
|
| 677 |
r = requests.get(f'{save_data}mem-test2/index.json')
|