Skip to content

JYC0413/llamacoder

Repository files navigation

Tech stack

  • Llama 3.1 8B from Meta for the LLM
  • Gaia for LLM inference
  • Sandpack for the code sandbox
  • Next.js app router with Tailwind

Cloning & running

  1. Clone the repo: git clone https://github.com/second-state/llamacoder.git
  2. Create a .env file
  3. Run npm install and npm run dev to install dependencies and run locally