This is a Next.js project bootstrapped with create-next-app
.
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
This app was created to to provide a minimal interface to the LangChain4J application from this repo
The chat interface is implemented in page.tsx
and accessible at http://localhost:3000). Streaming version is implemented in stream/page.tsx
and can be accessed at http://localhost:3000/stream