GitDeployHub

dannyhw/ai-chatbot

github.com/dannyhw/ai-chatbot ↗
Next.js
5 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OPENAI_API_KEY secret Get your OpenAI API Key here for chat models: https://platform.openai.com/account/api-keys
  • FIREWORKS_API_KEY secret Get your Fireworks AI API Key here for reasoning models: https://fireworks.ai/account/api-keys
  • AUTH_SECRET secret Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
  • BLOB_READ_WRITE_TOKEN secret Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob
  • POSTGRES_URL secret Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
Or deploy to a different host
← Try another repo