This is a simple open source chat bot, built with:
In the project root, create a .env.local
file and add your Groq API key:
GROQ_API_KEY=XXXXXX
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform.
Check out Next.js deployment documentation for more details.
(Remember to add GROQ_API_KEY as an environment variable)