open-webui icon indicating copy to clipboard operation
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.

Open Yash-Patidar opened this issue 4 days ago • 0 comments

Image 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?

Yash-Patidar avatar Feb 24 '25 08:02 Yash-Patidar