KvrParaskevi commited on
Commit
cfc8480
1 Parent(s): 7039182

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -73,5 +73,5 @@ def demo_chain(input_text, memory):
73
  memory=memory
74
  )
75
 
76
- chat_reply = conversation.run(input=input_text, max_length = 50)
77
  return chat_reply
 
73
  memory=memory
74
  )
75
 
76
+ chat_reply = conversation.run(input=input_text)
77
  return chat_reply