alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.96k stars 713 forks source link

How can I turn off tts #72

Closed sbqsbqsbq closed 6 years ago

sbqsbqsbq commented 6 years ago

I deleted speech function in chat.js, but TTS is still working. How can I remove it?

alfredfrancis commented 6 years ago

you could set talking = false; in chat.js to disable tts