[GH-ISSUE #1112] feat: Option to disable OpenAI #51009

Closed
opened 2026-05-05 11:44:49 -05:00 by GiteaMirror · 3 comments
Owner

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_KEYS is valid.

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_KEYS` is valid.
Author
Owner

@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.

<!-- gh-comment-id:1986854805 --> @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.
Author
Owner

@ghost commented on GitHub (Mar 11, 2024):

Respectfully, I think you're wrong. Supporting evidence in my comment here

<!-- gh-comment-id:1987487993 --> @ghost commented on GitHub (Mar 11, 2024): Respectfully, I think you're wrong. Supporting evidence in my comment [here](https://github.com/open-webui/open-webui/issues/1111#issuecomment-1987485736)
Author
Owner

@tjbck commented on GitHub (Mar 11, 2024):

I'll merge this with #1111, Let's continue our discussion there!

<!-- gh-comment-id:1987498778 --> @tjbck commented on GitHub (Mar 11, 2024): I'll merge this with #1111, Let's continue our discussion there!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#51009