hyunwoongko / openchat

OpenChat: Easy to use opensource chatting framework via neural networks
Apache License 2.0
437 stars 57 forks source link

ModuleNotFoundError: No module named 'dialobot_chat' #2

Closed emarashliev closed 3 years ago

emarashliev commented 3 years ago

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

emarashliev commented 3 years ago

It was a mistake in my python configuration.

hyunwoongko commented 3 years ago

please use dialogpt_chat, not dialobot_chat