A simple console chatbot made with Langchaing
Get your OpenAI API key from https://openai.com/ and set it as an environment variable
Install pyenv using homebrew
$ brew install pyenv
Setup a virtual Python env using pyenv
$ pyenv install 3.11.4 # if necessary
$ pyenv virtualenv 3.11.4 $(cat .python-version)
$ pip install -r requirements.txt