Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ 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`
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
set your secret OPENAI_API_KEY env variable
get your own OpenAI key from open ai's website (instructions)
edit your environment variable file (.bash
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfinished comment here?


run `flask --app flaskr run --debug`
then run
`flask --app flaskr run --debug`