add info on how to connect to ollama

This commit is contained in:
potatoes 2025-03-27 14:27:57 -04:00 committed by GitHub
parent baf9a62008
commit 4567952d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,4 +27,9 @@ Ensure you have [slirp4netns installed](https://github.com/rootless-containers/s
podman run -d --network=slirp4netns:allow_host_loopback=true --name openwebui -p 3000:8080 -v open-webui:/app/backend/data ghcr.io/open-webui/open-webui:main
```
If you are using Ollama from your computer (not running inside a container),
Once inside open-webui, navigate to Settings > Admin Settings > Connections and create a new Ollama API connection to `http://10.0.2.2:[OLLAMA PORT]`. By default, the Ollama port is 11434.
Refer to the Podman [documentation](https://podman.io/) for advanced configurations.