This is a Slackbot you can ask questions and get answers from OpenAI's GPT model.
Environment Variables
After completing the setup instructions below, you will have the following .env file in your project for testing locally, and the same environment variables added on Vercel:
OPENAI_API_KEY=
SLACK_BOT_TOKEN=
SLACK_SIGNING_SECRET=
SLACK_ADMIN_MEMBER_ID=
OpenAI API Key
Create a new key on OpenAI API Keys and "Create new secret key", optionally naming the key.
Add the key to Vercel's environment variables as OPENAI_API_KEY.