Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 670 Bytes

gpt3-flask-bot

This repository contains AI chat bot which uses autoregressive transformer language model GPT3 for interaction. Interactions are saved in gpt3_logs.

  1. Openai Key (visit: openai to get your api key)
  2. Download the repository:
  3. git clone https://github.com/blessinvarkey/gpt3-bot.git
  4. Create file openaiapikey.txt and save the api key.
  5. install dependencies
  6. run app.py

Deploy on AWS

Check out how to deploying a GPT-3 flask application using AWS CodePipeline and Elastic Beanstalk here

bot