ryanrwatkins commited on
Commit
45d99a9
1 Parent(s): e23c439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -388,7 +388,7 @@ def create_memory(model_name='gpt-3.5-turbo',memory_max_token=None):
388
  )
389
  return memory
390
 
391
- memory.save_context(inputs={"question":"..."},outputs={"answer":"...."}
392
 
393
  standalone_question_template = """Given the following conversation and a follow up question,
394
  rephrase the follow up question to be a standalone question, in its original language.\n\n
 
388
  )
389
  return memory
390
 
391
+ memory.save_context(inputs={"question":"..."},outputs={"answer":"...."})
392
 
393
  standalone_question_template = """Given the following conversation and a follow up question,
394
  rephrase the follow up question to be a standalone question, in its original language.\n\n