mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17466] issue: LLMs such as Gemma3 unable to interpret images #56963
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 @batcheej on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17466
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.28 (latest)
Ollama Version (if applicable)
ollama version is 0.11.4
Operating System
RHEL 8
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Drag and drop an image file into the chat window. Ask a LLM capable of interpreting images ie. Gemma3 "Describe this image" . Expect a text response describing the image.
Actual Behavior
Drag and drop an image file into the chat window. Ask a LLM capable of interpreting images ie. Gemma3 "Describe this image" . Receive (500, 'text input must be of type
str(single example),list[str](batch or single pretokenized example) orlist[list[str]](batch of pretokenized examples).')I have tested version v0.6.26 and this issue does not exist. Believe image files are not being correctly "passed" to the LLM.
Steps to Reproduce
Logs & Screenshots
OWUI-1757957561852.log
Additional Information
No response