/reservation-helper

resy & chatgpt integration

Primary LanguagePython

reservation-helper

resy & chatgpt integration

installation and running:

Ensure you have python3 installed

create a virtual env with python3 -m venv venv within that env install flask and open ai: pip install Flask pip install openai

set your secret OPENAI_API_KEY env variable -- need to go get this from open ai's website

run flask --app flaskr run --debug