-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting to a host only providing /api #38
Comments
I have the same problem |
I'm using OpenWeb UI and ran into the same issue. But it seems like It would be great to be able to use this app even with Ollama API published behind a proxy application like OpenWeb UI |
I hacked this together for myself. If you temporarily reverse proxy both the root path |
I agree this would make this app a lot more practical. I use openwebui to consolidate all my various ai accounts and local LLMs. It would be amazing to have that all in one phone app |
The settings page checks if the response to https://example.com is "Ollama is running". i have a setup where example.com is hosting an ollama web frontend and the reverseproxy proxypasses example.com/api to the ollama service. the result is, that the ollama app refuses the host, but it could use it
The text was updated successfully, but these errors were encountered: