Skip to content

FlowiseAI

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


What LLM's are supported?