mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #20568] issue: Custom model did not configure Knowledge but still defaults to calling function #34756
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 @zhengchen-zzZ on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20568
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
win11
Browser (if applicable)
chrome
Confirmation
README.md.Expected Behavior
When I set the function call to native, it seems that the model autonomously invokes tools, especially query_knowledge_files. This is confusing when I don’t want it to use the Knowledge and just give simple answers. However, when I switch back to the default setting, this issue disappears. I don’t know if this is a bug in the new version, because before this update, I had always been using the native setting without any problems.
Actual Behavior
none
Steps to Reproduce
none
Logs & Screenshots
none
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 11, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#17514 issue: Workspace Models: Knowledge being ignored when created in older Open WebUI version
by lindner-tj • Sep 17, 2025 •
bug#19604 issue: Cannot create a custom model or edit a custom model because base model list is empty
by blazejp83 • Nov 30, 2025 •
bug#20335 issue: Display Issue with Knowledge Database Selection in OpenWebUI 0.6.43
by zunami • Jan 02, 2026 •
bug#16318 issue: Files added to knowledge are ignored after knowledge was added to custom model
by erhhung • Aug 06, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Jan 11, 2026):
This is not a bug. This is a new feature. Read the changelogs and the docs, they explain how to turn this off when native tool calling is used.