Mindpedia
1.0.0
Free Alternative to Perplexity AI
You will need to use the environment variables defined in .env.example
to run Next.js AI Chatbot. It's recommended you use Vercel 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.
npm i -g vercel
.vercel
directory): vercel link
vercel env pull
pnpm install
pnpm dev
Your app should now be running on localhost:3000.