├── .DS_Store ├── BotV1.png ├── BotV2.png ├── LICENSE ├── README.md ├── __pycache__ └── apikey.cpython-38.pyc ├── app.py ├── gpt3_logs ├── .DS_Store └── 1656504539.717036_gpt3.txt └── templates └── index.html /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/.DS_Store -------------------------------------------------------------------------------- /BotV1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/BotV1.png -------------------------------------------------------------------------------- /BotV2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/BotV2.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/apikey.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/__pycache__/apikey.cpython-38.pyc -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/app.py -------------------------------------------------------------------------------- /gpt3_logs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/gpt3_logs/.DS_Store -------------------------------------------------------------------------------- /gpt3_logs/1656504539.717036_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/gpt3_logs/1656504539.717036_gpt3.txt -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blessinvarkey/gpt3-flask-bot/HEAD/templates/index.html --------------------------------------------------------------------------------