Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.02 KB

This is a simple open source chat bot, built with:

Getting Started

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.

Deploy on Vercel

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)