open-webui
open-webui copied to clipboard
Feature permissions are already enabled, but the feature options are not appearing. I'll check the code to investigate the issue.
but API responsive this
"status": true,
"name": " open webui",
"version": "0.5.16",
"default_locale": "",
"oauth": {
"providers": {
"google": "google",
"oidc": "Sign in with Email"
}
},
"features": {
"auth": true,
"auth_trusted_header": false,
"enable_ldap": false,
"enable_api_key": true,
"enable_signup": true,
"enable_login_form": false,
"enable_websocket": true
}
}```
Why am I not seeing the 'enable web search', 'image generation', and other options in the 'features' key of the API response in the config?