Chatty is a chatbot that is designed to chat actively.
Clone gpt-2 at the root directory of this repository.
$ git clone https://github.com/openai/gpt-2
And follow the instructions to install it.
After sucessfully install and download the gpt-2 model, install the requirements for Chatty.
$ pip install -r requirements.txt
-
Copy settings.yml.template into
settings.yml
. -
Change
model.name
insettings.yml
to the model you have downloaded. -
Change
news_feed_agent.params.user-agent
insettings.yml
to anything appropriate following Reddit API rules.
Run Chatty using this command:
$ python main.py
And enjoy chatting with Chatty.
Some sample results are available in sample-results. Note that these results may be generated on older versions of Chatty and the settings may not work with the current version.