In-terminal ChatGPT powered by Textual. Take note that this is just an MVP + I'm not a CSS ninja.
Create a new virtual environment (assuming you already have Python installed e.g. via pyenv)
python -m venv venvActivate it
source ./venv/bin/activateInstall requirements for local setup
pip install -r ./requirements/dev.txtGet your OpenAI API key (link) and set it as an environment variable
export OPENAI_KEY=<key>You now be able to run the project
make run