mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
feat: Is it possible to automatically use specific models for Image Recognition? #4477
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 @PeterTucker on GitHub (Mar 18, 2025).
Check Existing Issues
Problem Description
Hi guys,
Had a question regarding image recognition with file uploading.
I have a docker setup running multiple services as followed:
Is there anyway to configure Open WebUI so that I can chat with Mistral, then when I upload a file use LLAVA for Image Recognition, without having to switch back and forth between the models every time?
Thanks!
Desired Solution you'd like
A way to be able to automatically use a Vision Model for File Upload, instead of having to constantly switch between models.
Alternatives Considered
No response
Additional Context
No response