Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.03 KB

Chatty

Chatty is a chatbot that is designed to chat actively.

Setup

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

Configuration

  1. Copy settings.yml.template into settings.yml.

  2. Change model.name in settings.yml to the model you have downloaded.

  3. Change news_feed_agent.params.user-agent in settings.yml to anything appropriate following Reddit API rules.

Running

Run Chatty using this command:

$ python main.py

And enjoy chatting with Chatty.

Sample Results

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.