An open source LLM built with Next.js
Set node version to v20.11.0
If you are using nvm
just run nvm use
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.