i think it could be one of a few things:
- first, even though your ollama is running on the host, you still need to use the local profile flag to enable ollama models in the UI. you can do this by running the docker compose command with `local-cpu`
- also, make sure your host ollama is actually running and responding (curl http://localhost:11434/api/tags should show your models)
- if neither of the above work, you may need to restart the app container after changing the OLLAMA_HOST value
just pushed a hotfix that should resolve this for you! let me know if you are still having issues. we recently updated the csp and needed to explicitly add the ollama endpoint to the connect-src directive
tried another fix! let me know if that resolves it for you, otherwise you can join the discord and I can help you debug to the best of my ability. sorry for the hassle