Neurolingua commited on
Commit
edbd578
1 Parent(s): 6fa1c6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ UPLOAD_FOLDER = '/code/uploads'
13
  if not os.path.exists(UPLOAD_FOLDER):
14
  os.makedirs(UPLOAD_FOLDER)
15
 
16
- conversation_memory = ConversationBufferMemory()
17
 
18
  # Initialize the Flask app
19
  account_sid = os.environ.get('TWILIO_ACCOUNT_SID')
 
13
  if not os.path.exists(UPLOAD_FOLDER):
14
  os.makedirs(UPLOAD_FOLDER)
15
 
16
+ conversation_memory = ConversationBufferMemory(max_size=6)
17
 
18
  # Initialize the Flask app
19
  account_sid = os.environ.get('TWILIO_ACCOUNT_SID')