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 installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.