/hello-llama

A simple chat bot to play with Llama 3.1

Primary LanguageTypeScriptMIT LicenseMIT

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)