mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
feat: set default model for image description #4687
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 @space192 on GitHub (Apr 3, 2025).
Check Existing Issues
Problem Description
when chatting with a LLM with no vision capabilities, switching to a vision LLM to describe the image can create issue due to the previous context, could be nice to auto switch to just describe the image
Desired Solution you'd like
The idea would be that the user / admin can set a default model for image understanding such that when chatting with a LLM with no vision capabilities, if an image is submitted by the user it automatically described by the choosed vision LLM and then the original LLM continues with it's work
Alternatives Considered
create a tool where the image is sent to the other LLM
Additional Context
No response
@spammenotinoz commented on GitHub (Apr 3, 2025):
Another option is not to send to the LLM at all.
This might be a feature to hold-off and see where she lands. LLM models now are starting to generate and modify their own images. So perhaps a separate image model \ function no longer makes as much sense as it did previously.
@tjbck commented on GitHub (Apr 3, 2025):
PLEASE check for existing issues and discussions first, this can be implemented via Functions.