Originally created by @akamalov on GitHub (Sep 24, 2024).
Environment:
Ollama is a native service on Windows:
ollamaversionis0.3.11D:\>
Open-WebUI using container:
D:\>docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS
PORTS NAMES
5c0b01dc1fb3 ollama/ollama "/bin/ollama serve" 32 minutes ago Up 32 minutes
0.0.0.0:12434->11434/tcp ollama
37f5cb5061b2 ghcr.io/open-webui/open-webui:main "bash start.sh" About an hour ago Up About an hour (healthy) ollama-webui
D:\>
I can connect to Ollama using cURL:
D:\>curl 127.0.0.1:11434
Ollama is running
D:\>
However Open-WebUI cannot:
What could be the problem?
Originally created by @akamalov on GitHub (Sep 24, 2024).
*Environment*:
Ollama is a native service on Windows:
```D:\>ollama --version
ollama version is 0.3.11
D:\>
```
Open-WebUI using container:
```
D:\>docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS
PORTS NAMES
5c0b01dc1fb3 ollama/ollama "/bin/ollama serve" 32 minutes ago Up 32 minutes
0.0.0.0:12434->11434/tcp ollama
37f5cb5061b2 ghcr.io/open-webui/open-webui:main "bash start.sh" About an hour ago Up About an hour (healthy) ollama-webui
D:\>
```
I can connect to Ollama using cURL:
```
D:\>curl 127.0.0.1:11434
Ollama is running
D:\>
```
However Open-WebUI cannot:

What could be the problem?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @akamalov on GitHub (Sep 24, 2024).
Environment:
Ollama is a native service on Windows:
Open-WebUI using container:
I can connect to Ollama using cURL:
However Open-WebUI cannot:
What could be the problem?