Flowise AI
Things you can't self host
- Image Upload is not supported on any of the open source ChatModels
- Speech to text can not be self hosted at this time
export DEBUG=true
export DEBUG_LEVEL=verbose
export PORT=9876
export FLOWISE_USERNAME=hacklab
export FLOWISE_PASSWORD=ENTROPY
flowise start >> flowise.logs
DEBUG=true; DEBUG_LEVEL=verbose; flowise start > flowise.logs
DEBUG=true; DEBUG_LEVEL=debug flowise start > flowise.logs
DEBUG=true; \
DEBUG_LEVEL=debug \
flowise \
--FLOWISE_USERNAME=hacklab \
--FLOWISE_PASSWORD=snPKy9xWz6PBB8XRfq
DEBUG=true; DEBUG_LEVEL=debug; flowise --FLOWISE_USERNAME=hacklab --FLOWISE_PASSWORD=snPKy9xWz6PBB8XRfq >> flowsieLogs.txt
- FLowise DocumentationI
- FlowiseAI/Flowise: Drag & drop UI to build your customized LLM flow
- Flowise Is A Graphical User Interface (GUI) for 🦜🔗LangChain | by Cobus Greyling | Medium
What LLM's are supported?
FlowiseAI/Flowise: Drag & drop UI to build your customized LLM flow