mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Feature Req: Flag to disable user API #1919
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 @tkg61 on GitHub (Aug 28, 2024).
Is your feature request related to a problem? Please describe.
We would like to enable this to just be a chat client and not have users use it for API based interaction.
Describe the solution you'd like
Would like to have a flag to disable the API key generation for users and to disable the endpoint for security purposes.
Describe alternatives you've considered
if we could have #4477 implemented and allow the openwebui api key to essentially forward the request to the backend server using a users unique openai api key we would be happy to keep the API key on but we are trying to limit API based operations to unique keys and just chat to a single openai key. Hope that makes sense
Thought about blocking routes via nginx but that might get finicky
Additional context