Skip to content

Commit

Permalink
Add README for min node version
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerHood committed Nov 13, 2023
1 parent 074c29d commit ce8521a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This works by just taking the current canvas SVG, converting it to a PNG, and se

This is a Next.js app. To get started run the following commands in the root directory of the project. You will need an OpenAI API key with access to the GPT-4 Vision API.

> Note this uses Next.js 14 and requires a version of `node` greater than 18.17. [Read more here](https://nextjs.org/docs/pages/building-your-application/upgrading/version-14).
```bash
echo "OPENAI_API_KEY=sk-your-key" > .env.local
npm install
Expand Down

0 comments on commit ce8521a

Please sign in to comment.