Selfhost
Deploy with Vercel
Step1: Get your model provider access key
Please follow the instructions in the model provider section to get your access key through the model provider dashboard.
Step2: Start your Vercel deployment
Click to start deployment flow:
Step3: Add environment variables
In the deploy flow, follow the instructions in Environment Variables to add the environment variables, here is a minimal example:
Key | Value | Description |
---|---|---|
OPENAI_API_KEY | your_openai_api_key | OpenAI API key |
Step4: Deploy and enjoy
After adding the environment variables, click the “Deploy” button to deploy your app. Once the deployment is done, you can visit the URL to see your app live.