From 26143d6bacdea28cfcd7c95d6443bdeb34641fa5 Mon Sep 17 00:00:00 2001 From: jphyqr <34660850+jphyqr@users.noreply.github.com> Date: Tue, 20 Jun 2023 13:24:03 -0600 Subject: [PATCH 1/2] Update .env.example update with help to turn on billing account as if you start project without one you don't get proper error messaging --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3c45061..8ffdeff 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ -## Get your OpenAI API Key +## Get your OpenAI API Key here: https://platform.openai.com/account/api-keys +##You must activate a Billing Account here: https://platform.openai.com/account/billing/overview OPENAI_API_KEY=XXXXXXXX ## Generate a random secret: https://generate-secret.vercel.app/32 From 71eaefe724b4cd8414ff587d4129d3dc50c631ae Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Wed, 21 Jun 2023 08:11:38 -0700 Subject: [PATCH 2/2] Update .env.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tomás --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 8ffdeff..643a5cb 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -## Get your OpenAI API Key here: https://platform.openai.com/account/api-keys -##You must activate a Billing Account here: https://platform.openai.com/account/billing/overview +## You must first activate a Billing Account here: https://platform.openai.com/account/billing/overview +## Then get your OpenAI API Key here: https://platform.openai.com/account/api-keys OPENAI_API_KEY=XXXXXXXX ## Generate a random secret: https://generate-secret.vercel.app/32