This repository contains AI chat bot which uses autoregressive transformer language model GPT3 for interaction. Interactions are saved in gpt3_logs.
- Openai Key (visit: openai to get your api key)
- Download the repository:
- git clone https://github.com/blessinvarkey/gpt3-bot.git
- Create file openaiapikey.txt and save the api key.
- install dependencies
- run app.py