LocalAI/examples/flowise
Ettore Di Giacinto e37361985c
deps: update gpt4all bindings, fix search path on new versions (#592)
2023-06-14 13:24:53 +02:00
..
README.md deps: update gpt4all bindings, fix search path on new versions (#592) 2023-06-14 13:24:53 +02:00
docker-compose.yaml examples: use gallery in chatbot-ui, add flowise (#438) 2023-05-30 18:29:28 +02:00

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.

Using LocalAI

Search for LocalAI in the integration, and use the http://api:8080/ as URL.