mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-31 07:02:21 +02:00
The trailing `/` causes requests to be written with `//` and results in 404 responses from the ollama service. This results in ollama models being unusable. Removing the training slash here resolves the issue.