hyunwoongko/openchat

ModuleNotFoundError: No module named 'dialobot_chat'

emarashliev opened this issue · 2 comments

Hi I wanted to make try your awesome bot but got this error message

>>> from dialobot_chat import DialoGPT
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'dialobot_chat'

Any idea why is that? I'm with Python 3.9.2

It was a mistake in my python configuration.

please use dialogpt_chat, not dialobot_chat