On the webui server I write : curl http://10.10.110.6:11434/api/generate -d '{
"model": "phi3.5",
"prompt":"quelle heure est il ?" I've good reponse
When I launch the docker open-webui I use this command : docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v /home/julien/data_webui/:/app/backend/data -e OLLAMA_BASE_URL=http://10.10.110.6:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:latest
Environment
latest
client version is 0.3.1
ubuntu 24.04
But I can see :
Open-webui can contact my ollama instance !
But when I ask "Bonjour" :
I don't understand
PS: Do not take into account the IP addresses from the screenshots and comments, I did tests with several networks and machines...
Thank for your Help
Originally created by @Domi31tls on GitHub (Sep 27, 2024).
# Bug Report
## Installation Method
ollama and open-webui are installed on different server. I can ping all sever.
Ollama isn't in docker, open-webui is in docker main (version 0.3.30)
I change ollama.service whith the good listen port and I reload the config stop, start
When I use http://10.10.110.6:1143 I have the good message ollama work.
On the webui server I write : curl http://10.10.110.6:11434/api/generate -d '{
"model": "phi3.5",
"prompt":"quelle heure est il ?" I've good reponse
When I launch the docker open-webui I use this command : docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v /home/julien/data_webui/:/app/backend/data -e OLLAMA_BASE_URL=http://10.10.110.6:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:latest
## Environment
- latest
- client version is 0.3.1
-
- ubuntu 24.04
But I can see :

Open-webui can contact my ollama instance !
But when I ask "Bonjour" :

I don't understand
PS: Do not take into account the IP addresses from the screenshots and comments, I did tests with several networks and machines...
Thank for your Help
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 @Domi31tls on GitHub (Sep 27, 2024).
Bug Report
Installation Method
ollama and open-webui are installed on different server. I can ping all sever.
Ollama isn't in docker, open-webui is in docker main (version 0.3.30)
I change ollama.service whith the good listen port and I reload the config stop, start
When I use http://10.10.110.6:1143 I have the good message ollama work.
On the webui server I write : curl http://10.10.110.6:11434/api/generate -d '{
"model": "phi3.5",
"prompt":"quelle heure est il ?" I've good reponse
When I launch the docker open-webui I use this command : docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v /home/julien/data_webui/:/app/backend/data -e OLLAMA_BASE_URL=http://10.10.110.6:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:latest
Environment
But I can see :

Open-webui can contact my ollama instance !
But when I ask "Bonjour" :
I don't understand
PS: Do not take into account the IP addresses from the screenshots and comments, I did tests with several networks and machines...
Thank for your Help