ryanrwatkins commited on
Commit
4de56f6
1 Parent(s): 0ca4304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -633,8 +633,8 @@ memory = create_memory(model_name='gemini-pro',memory_max_token=None)
633
  # save history as context for the conversation
634
 
635
  memory.save_context(
636
- inputs={"question":"."},
637
- outputs={"answer":"""."""}
638
  )
639
 
640
  # loads the template above
 
633
  # save history as context for the conversation
634
 
635
  memory.save_context(
636
+ inputs={"question":"sample"},
637
+ outputs={"answer":"sample"}
638
  )
639
 
640
  # loads the template above