mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #1112] feat: Option to disable OpenAI #27872
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 @ghost on GitHub (Mar 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1112
Is your feature request related to a problem? Please describe.
Directly related to #1111 1111
Describe the solution you'd like
I'd like a toggle to disable OpenAI integration.
Describe alternatives you've considered
At the very least, models shouldn't poll api.openai.com unless
OPENAI_API_KEYSis valid.@justinh-rahb commented on GitHub (Mar 9, 2024):
They don't poll api.openai.com if there's no key. Any error you see related to this is between the frontend and backend only, not from external calls to the API, those are only made if a key is set.
@ghost commented on GitHub (Mar 11, 2024):
Respectfully, I think you're wrong. Supporting evidence in my comment here
@tjbck commented on GitHub (Mar 11, 2024):
I'll merge this with #1111, Let's continue our discussion there!