Skip to content

No response is returned by the chatterbot-weather module #4

@piyushgohel

Description

@piyushgohel

Hello,

I have implemented example given with code. But bot respond nothing.give me suggestion how to implement it?

from chatterbot import ChatBot

chatbot = ChatBot(
     'Weather Bot',
     input_adapter='chatterbot.input.TerminalAdapter',
     output_adapter='chatterbot.output.TerminalAdapter',
     logic_adapters=[
         'chatterbot_weather.weather_adapter.WeatherLogicAdapter'
       ]
)
response = chatbot.get_response('What is the weather like today?')

Best Regards,
Piyush

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions