Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(max_size=
|
| 17 |
|
| 18 |
account_sid = os.environ.get('TWILIO_ACCOUNT_SID')
|
| 19 |
auth_token = os.environ.get('TWILIO_AUTH_TOKEN')
|
|
|
|
| 13 |
if not os.path.exists(UPLOAD_FOLDER):
|
| 14 |
os.makedirs(UPLOAD_FOLDER)
|
| 15 |
|
| 16 |
+
conversation_memory = ConversationBufferMemory(max_size=2)
|
| 17 |
|
| 18 |
account_sid = os.environ.get('TWILIO_ACCOUNT_SID')
|
| 19 |
auth_token = os.environ.get('TWILIO_AUTH_TOKEN')
|