- This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Chatbots com Python e Dialogflow: O Guia para Iniciantes › Erro na execução do chatbot
Após os códigos:
print(‘Olá eu sou o chat!!’)
chat = Chat(pares, reflections_pt)
chat.converse()
A execução retorna somente a última resposta, no caso quit. Não dá a opção de interagir como pode-se ver na imagem
Eu já tentei pelo Spyder, pelo Jupyter, pelo Colab mas não funciona corretamente em nenhum IDE.
Podem me ajudar?
Obrigado!!
Olá Renan, existe alguma mensagem de erro além desse caso que você comentou? Fiz os testes aqui no colab e funcionou normalmente.
Fabio