mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
add info on how to connect to ollama
This commit is contained in:
parent
baf9a62008
commit
4567952d25
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user