Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 610 Bytes

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