Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Commit
•
f446e21
1
Parent(s):
ab84141
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ if not os.path.exists(UPLOAD_FOLDER):
|
|
25 |
|
26 |
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
|
27 |
|
28 |
-
conversation_memory = ConversationBufferMemory(max_size=
|
29 |
|
30 |
account_sid = os.environ.get('TWILIO_ACCOUNT_SID')
|
31 |
auth_token = os.environ.get('TWILIO_AUTH_TOKEN')
|
|
|
25 |
|
26 |
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
|
27 |
|
28 |
+
conversation_memory = ConversationBufferMemory(max_size=0)
|
29 |
|
30 |
account_sid = os.environ.get('TWILIO_ACCOUNT_SID')
|
31 |
auth_token = os.environ.get('TWILIO_AUTH_TOKEN')
|