From 34f82c5fd6859643232485ce0348ad4b4153c887 Mon Sep 17 00:00:00 2001 From: Olsi Gjeci Date: Sat, 2 Sep 2023 12:02:55 +0100 Subject: [PATCH] fix link to nextjs env vars page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14fa983..4f596ff 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Remember to update your environment variables (`KV_URL`, `KV_REST_API_URL`, `KV_ ## Running locally -You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/concepts/projects/environment-variables) for this, but a `.env` file is all that is necessary. +You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js AI Chatbot. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/projects/environment-variables) for this, but a `.env` file is all that is necessary. > Note: You should not commit your `.env` file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.