mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #1133] feat: Possibility to authenticate against web sites when browsing #12353
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 @tichomir on GitHub (Mar 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1133
Is your feature request related to a problem? Please describe.
It is not possible to obtain data from web sites and APIs where authentication is needed.
Describe the solution you'd like
It would be great to have a possibility to provide an API Key as for example this is possible within customer GPTs by OpenAI.
Describe alternatives you've considered
The alternative solution is to use OpenAI's Chat GPT and Custom GPTs where it is posible to add Auth tokens, however such a solution cannot run locally and there are concerns about data privacy.
Additional context
