mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
ollama error 500 #2219
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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