mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-16 20:11:53 -05:00
enhancement: auth ollama connection #937
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 @ymerejeremy on GitHub (May 16, 2024).
Is your feature request related to a problem? Please describe.
I'm hosting my Ollama on OVH Public Cloud. My application is private so I need to use token authentication to access it. But, unfortunately, I didn't find the possibility to pass token in open-webui connections settings.
Describe the solution you'd like
Allow user to pass token per Ollama Base URL.
Additional context

The feature is already done and it look like this :
The token field is hide by default.
You can show it by clicking on the key :

@tjbck commented on GitHub (Nov 12, 2024):
Added to dev