FlowiseAI - Low Code LLM Apps Builder
Steps to set up
Open the
CI-pipeline
Hit the
Prepare
StageSet up these 4 environmental variables:
DATABASE_PATH = /home/user/app
DATABASE_TYPE = sqlite
FLOWISE_USER =
FLOWISE_PASSWORD =
After the
Run
stage is finished hit theRun
stageClick on
Open deployment
Use a self-hosted LLM with Flowise
You can self-host a LLM on Arkane Cloud which you can use for your FlowiseAI project. Here you can find the Llama API template: https://ide.arkanecloud.com/docs/templates/llama2-api
Last updated