Originally created by @ghost on GitHub (Mar 9, 2024).
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).
**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.
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.
@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.
Respectfully, I think you're wrong. Supporting evidence in my comment here
@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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ghost on GitHub (Mar 9, 2024).
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!