Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 563 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 563 Bytes

Running this Chat UI

Install with npm install

Start the client app with npm start and access it at http://localhost:3000 to view it in your browser.

Note:

  • You need both flask server and ilab serve running
  • You can view old chats in chat history, organize them in folders, rename them and delete them individually, select a few and delete, or clear them all
  • Make sure that the ilab and python servers are running.
  • Change apiBaseUrl in utilities>config.js to point to where your Flask server is running