Disabled all tests recognise in main.py
This commit is contained in:
parent
42a3323a6b
commit
bcc44f9fbd
@ -47,9 +47,10 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
intent_manager.process_handlers()
|
intent_manager.process_handlers()
|
||||||
|
|
||||||
# intent_manager.recognise("cherche sur wikipedia Elon Musk")
|
# intent_manager.recognise("cherche sur wikipedia Elon Musk") # TO CHECK
|
||||||
# intent_manager.recognise("raconte moi une blague")
|
# intent_manager.recognise("raconte moi une blague") # WORKING
|
||||||
# intent_manager.recognise("joue le morceau crazy crazy nights de KISS sur spotify")
|
# intent_manager.recognise("joue le morceau crazy crazy nights de KISS sur spotify") # WORKING
|
||||||
|
# intent_manager.recognise("coupe la musique") # WORKING
|
||||||
|
|
||||||
# start the flask server
|
# start the flask server
|
||||||
app.config['JSON_AS_ASCII'] = False
|
app.config['JSON_AS_ASCII'] = False
|
||||||
|
Reference in New Issue
Block a user