~/.local/lib/python3.7/site-packages/rasa/jupyter.py in chat(model_path, endpoints, agent, interpreter)
35 if model_path:
36
—> 37 agent = create_agent(model_path, endpoints)
38
39 elif agent is not None and interpreter is not None:
All code was copied from here, but everything starting from ‘Chat with your assistant’, doesn’t work. I hope you can make sense of it, it would be nice to have it working chatbot.ipynb (84.9 KB)
if its in the google colab environment, using rasa version 1.10.3 solved the “NameError: name ‘create_agent’ is not defined” error for me … should be a convenient workaround for now while the rasa team works on the fix…