unknownfriend00007 commited on
Commit
303e702
Β·
verified Β·
1 Parent(s): 35cdc49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -5
README.md CHANGED
@@ -1,11 +1,36 @@
1
  ---
2
- title: FlowiseNACIENTr
3
- emoji: πŸ‘€
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: docker
7
- pinned: false
8
- license: apache-2.0
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Flowise Private
3
+ emoji: πŸ€–
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: docker
7
+ app_port: 7860
 
8
  ---
9
 
10
+ # Flowise - Private Instance
11
+
12
+ Multi-chatflow Flowise setup with auto-restore on restart.
13
+
14
+ ## Features
15
+ - βœ… Multiple chatflows supported
16
+ - βœ… Auto-import on restart
17
+ - βœ… API keys stored in HF Secrets
18
+ - βœ… Private Space
19
+
20
+ ## Login
21
+ - Username: `admin`
22
+ - Password: `yourpassword123`
23
+
24
+ ## Setup
25
+ 1. Create chatflows in UI
26
+ 2. Export all chatflows (Chatflows β†’ Select all β†’ Export)
27
+ 3. Replace `chatflows/chatflows.json` with exported file
28
+ 4. Add API keys in Space Settings β†’ Secrets
29
+ 5. Restart Space
30
+
31
+ ## Your Chatflows
32
+ After import, your chatflows will be available at:
33
+ - `https://YOUR-USERNAME-flowise.hf.space/api/v1/prediction/CHATFLOW_ID_1`
34
+ - `https://YOUR-USERNAME-flowise.hf.space/api/v1/prediction/CHATFLOW_ID_2`
35
+ - `https://YOUR-USERNAME-flowise.hf.space/api/v1/prediction/CHATFLOW_ID_3`
36
+ - etc.