mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-25 12:32:58 -05:00
feat: remove ollama dependency #340
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 @VfBfoerst on GitHub (Feb 23, 2024).
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.

Hey :) as I use litellm for loadbalancing, I set its url as connection and removed the ollama api url, as you can see here:
The problem is, refreshing the site or logging in states about the impossible ollama api connection, as you can see here:

(Error-Messages: "Ollama Version: Not Detected" , "Open WebUI: Server Connection Error").
Describe the solution you'd like
If only openai api base url is set, disable the described error messages, disable ollama-api requests that still seem to happen right now.
Describe alternatives you've considered
Another solution could be:
Add a switch which states "only openai" or "disable ollama-api" and therefore disables the requests to the ollama api.
Additional context
I really like your project :) thank you!