Forums

Cannot deploy my chatbot, because my YAML file is too big

HI:)

My chatbot is based on Chatterbot and it works locally, but not on PythonAnywhere. My YAML file, which includes FAQ and answers is trained with chatterbot too. Somehow I can only deploy the chatbot on PythonAnywhere if I delete some parts of the text in the YAML file, no matter what parts.

I tried to split the YAML file into two files. But this didn't work either.

Do you have any ideas on how I could solve that issue? I could provide some code if that would help.

I'd be happy and thankful for any inputs!

How do you run your bot? Is it a web app or a task? Do you get any errors?

It is a web app and I dont get any errors.

Could you be more specific about the problems that you're seeing, then? What is happening, and how does that differ from what you expect to happen?