mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
feat: Variable to enable Toolkits in model config when deploying #6285
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 @4a8-67a-49c-874d692f1-a11y on GitHub (Sep 1, 2025).
Check Existing Issues
Problem Description
There is no easy way to enable toolkits (open-webui/admin/settings/models) for all models automatically when deploying Open WebUI. You have to manually enable each tool for each model through the Admin Panel after deployment. This manual step makes it tedious to use in an automated setup.
Desired Solution you'd like
Configuration/deployment variable that would be a list of toolkits which would be enabled during or after deployment. Or just a boolean that would enable all tools by default
Alternatives Considered
Manually enabling tool usage in the admin panel after each deployment.
Additional Context
No response