Skip to content

Why i cant Specify logic adapters on the Construtor #11

Description

@JanuaryThomas

`from chatterbot import ChatBot

Create a new chat bot

chatbot = ChatBot(
'Weather Bot',
logic_adapters=[
'chatterbot_weather.weather_adapter.WeatherLogicAdapter'
]
)

Ask a question about the weather

response = chatbot.get_response('What is the weather like today?')

print(response)`

And it does return Type error init() takes 1 positional argument but 2 were given

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions