Update link in README. (#143)

This commit is contained in:
Lee Robinson
2023-11-26 11:43:02 -06:00
committed by GitHub
+1 -1
View File
@@ -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.