Spaces:
Running
Running
Vegan Recipe Chatbot
Quickstart
git clone
the repo
cd lv-recipe-chatbot
Install Python poetry for dependency management.
poetry install
Put API secrets in .env
cp .env.example .env
# edit .env with your secret key(s). Only OPEN_AI_KEY is required.
One option is to enter the poetry environment.
poetry shell
Then start the Gradio demo.
python app.py