mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14082] issue: #55800
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 @apunkt on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14082
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.10
Ollama Version (if applicable)
0.7
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Starting a new chat with the default model with associated tools has the tools automatically activated.
Changing the model to start a chat with another model should have the tools activated that are configured in the model config. If none, none should be activated when starting a chat.
Actual Behavior
Starting a new chat the chat page loads the default model, now you select a different model to start a new chat with a different model, the tools activated with the default model are automatically activated with the selected model even if the selected model has no tools activated at all in the model config.
Steps to Reproduce
Logs & Screenshots
Additional Information
In the above screenshots you see Gemini 1.5 Flash has no tools associated in the model config.
Choosing the model in the model selector should have no tools activated, but 3 are activated which are the three of the default model.