This is a simple project to allow a user to generate a simple story using any OpenAI compatible API. Simply make create an .env
file using the sample.env
template as a guide, start the server on your machine, open the demo page and type your name!
pyenv install
pip install virtualenv
virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install -e .
bin/start
cp sample.env .test.env
bin/test