flowiseNACIENTr / README.md
unknownfriend00007's picture
Update README.md
303e702 verified
|
raw
history blame
904 Bytes
metadata
title: Flowise Private
emoji: πŸ€–
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860

Flowise - Private Instance

Multi-chatflow Flowise setup with auto-restore on restart.

Features

  • βœ… Multiple chatflows supported
  • βœ… Auto-import on restart
  • βœ… API keys stored in HF Secrets
  • βœ… Private Space

Login

  • Username: admin
  • Password: yourpassword123

Setup

  1. Create chatflows in UI
  2. Export all chatflows (Chatflows β†’ Select all β†’ Export)
  3. Replace chatflows/chatflows.json with exported file
  4. Add API keys in Space Settings β†’ Secrets
  5. Restart Space

Your Chatflows

After import, your chatflows will be available at:

  • https://YOUR-USERNAME-flowise.hf.space/api/v1/prediction/CHATFLOW_ID_1
  • https://YOUR-USERNAME-flowise.hf.space/api/v1/prediction/CHATFLOW_ID_2
  • https://YOUR-USERNAME-flowise.hf.space/api/v1/prediction/CHATFLOW_ID_3
  • etc.