- Llama 3.1 8B from Meta for the LLM
- Gaia for LLM inference
- Sandpack for the code sandbox
- Next.js app router with Tailwind
- Clone the repo:
git clone https://github.com/second-state/llamacoder.git
- Create a
.env
file - Run
npm install
andnpm run dev
to install dependencies and run locally