Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 245 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 245 Bytes

Flowise NextJS Streaming Demo App

This project is used to showcase how to create a NextJS project that listens to Flowise streaming.

Setup

  1. npm install
  2. Replace FLOWISE_URL and CHATFLOW_ID in pages/index.js
  3. npm run dev