Skip to content

AI (OpenAI)

Setup

1. Create a new OpenAI project

Go to OpenAI, sign up, and create a new account.

2. Connect to Vercel

Create a new API key for OpenAI by signing in and following API Keys → Create new secret key.

In your Vercel project, go to Settings → Environment Variables, and add the following:

OPEN_AI_SECRET_KEY=... # Generated in the step above