Progressive Kiwi

Results 2 comments of Progressive Kiwi

After dissecting the code, I see that the gpt4all plugin indeed uses gpt4all, which install the models (on a Mac): `~/.cache/gpt4all/orca-mini-3b-gguf2-q4_0.gguf` But do see this: https://github.com/nomic-ai/gpt4all/issues/1235

As a workaround you can set the `DOCKER_HOST` variable (see https://docs.docker.com/reference/cli/docker/). e.g. on MacOS: ```bash export DOCKER_HOST="unix:///Applications/Finch/lima/data/finch/sock/finch.sock" ```