Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 328 Bytes

basic-gpt-chatbot

A simple chatbot made in Python and ChatGPT

Installation

Get your OpenAI API key from https://openai.com/ and set it as an environment variable

Setup a virtual Python env

$ pyenv install 3.11.4 # if necessary
$ pyenv virtualenv 3.11.4 $(cat .python-version)
$ pip install -r requirements.txt