A web app to chat with your LLaMa CPP API
  • TypeScript 94.5%
  • CSS 2.8%
  • JavaScript 1.4%
  • Dockerfile 1.3%
Find a file
2023-10-28 22:27:54 +02:00
src/app feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
.dockerignore feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
.env.example feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
.eslintrc.json Initial commit from Create Next App 2023-10-22 23:58:49 +02:00
.gitignore Initial commit from Create Next App 2023-10-22 23:58:49 +02:00
docker-compose.yaml feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
Dockerfile feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
LICENSE Initial commit 2023-10-22 21:53:56 +00:00
next.config.js feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
package.json feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
pnpm-lock.yaml feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
postcss.config.js Initial commit from Create Next App 2023-10-22 23:58:49 +02:00
README.md feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
tailwind.config.ts feat(ui): first working prototype 2023-10-28 22:27:54 +02:00
tsconfig.json Initial commit from Create Next App 2023-10-22 23:58:49 +02:00

lizardAI

A web app to chat with your LLaMa CPP API

Getting Started

First, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.