weather-bot
weather-bot copied to clipboard
weather-bot does not work with the latest Rasa
Hi Martin,
weather-bot does not work with the latest Rasa #from rasa_core.channels.console import ConsoleInputChannel was removed
Could you please modify the code?
Thank you, -Jiri-
if you guys could provide a requirements.txt file we could easily get around this by using a python virtual environment.
thanks
if you are connecting to Chat platforms refer to the documentation: https://rasa.com/docs/core/connectors/#rocketchat-connector
else:
from rasa_core.run import serve_application
rasa_core.run.serve_application(agent ,channel='cmdline')