Open WebUI has a special endpoint for passing requests through to Ollama: /ollama/api. See https://docs.openwebui.com/reference/#-api-endpoints
At the moment we don't expose this. When expose_api is true, we should expose this endpoint under /ext/ollama/api. The logic for this can copy the current flow implemented with the _api_vhost variable in the playbook.
Open WebUI has a special endpoint for passing requests through to Ollama:
/ollama/api. See https://docs.openwebui.com/reference/#-api-endpointsAt the moment we don't expose this. When
expose_apiis true, we should expose this endpoint under/ext/ollama/api. The logic for this can copy the current flow implemented with the_api_vhostvariable in the playbook.