You can check out a hosted version of this repo here: https://bloom-bot-zeta.vercel.app
First, clone this repo and download it locally.
Next, you'll need to set up environment variables in your repo's .env.local
file. Copy the .env.example
file to .env.local
.
To start with the basic examples, you'll just need to add your OpenAI API key.
Next, install the required packages using your preferred package manager (e.g. pnpm
).
Now you're ready to run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result! Ask the bot something and you'll see a streamed response:
When ready, you can deploy your app on the Vercel Platform.
Check out the Next.js deployment documentation for more details.