This example application requires an OpenAI API Key. It uses gpt-4o-mini as the model
to reduce costs.
Install the requirements via pip:
pip install -r requirments.txtCopy the .env.example file to .env:
cp .env.example .envReplace the OPENAI_API_KEY value with your OpenAI API Key
Run the Flask app via the flask module
python3 -m flask run