Skip to content

Commit

Permalink
Add LSTM.
Browse files Browse the repository at this point in the history
  • Loading branch information
zake7749 committed Dec 6, 2016
1 parent e287cf4 commit 9eaa79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chatbot/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def waiting_loop(self):
res = self.listen(speech)
print(res[0])

def listen(self, sentence, target=None, api_key=None, qa_threshold=50, qa_block_threshold=80):
def listen(self, sentence, target=None, api_key=None, qa_threshold=35, qa_block_threshold=60):

"""
listen function is to encapsulate the following getResponse methods:
Expand Down

0 comments on commit 9eaa79d

Please sign in to comment.