From ce8521a504e4a0690d3b7120311949ee5dd1c8a2 Mon Sep 17 00:00:00 2001 From: Sawyer Hood Date: Mon, 13 Nov 2023 16:36:39 -0500 Subject: [PATCH] Add README for min node version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a4be168..306dead8 100644 --- a/README.md +++ b/README.md @@ -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