Zul001 commited on
Commit
bd31242
·
verified ·
1 Parent(s): 85b80e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def inference(prompt):
87
  # return result
88
 
89
 
90
- # def remember(prompt, result):
91
  global memory
92
  # Store the session as a dictionary
93
  session = {'prompt': prompt, 'result': result}
 
87
  # return result
88
 
89
 
90
+ def remember(prompt, result):
91
  global memory
92
  # Store the session as a dictionary
93
  session = {'prompt': prompt, 'result': result}