🤖 Self-hosted, community-driven, local OpenAI-compatible API with Keycloak Auth Flak app as frontend. 🏠
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FlaskAI/examples/flowise
Ettore Di Giacinto 11af09faf3
examples: use gallery in chatbot-ui, add flowise (#438)
1 year ago
..
README.md examples: use gallery in chatbot-ui, add flowise (#438) 1 year ago
docker-compose.yaml examples: use gallery in chatbot-ui, add flowise (#438) 1 year ago

README.md

flowise

Example of integration with FlowiseAI/Flowise.

Screenshot from 2023-05-30 18-01-03

You can check a demo video in the Flowise PR: https://github.com/FlowiseAI/Flowise/pull/123

Run

In this example LocalAI will download the gpt4all model and set it up as "gpt-3.5-turbo". See the docker-compose.yaml

# Clone LocalAI
git clone https://github.com/go-skynet/LocalAI

cd LocalAI/examples/flowise

# start with docker-compose
docker-compose up --pull always

Accessing flowise

Open http://localhost:3000.