mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10976] Image generation turned on does not pass the generated image to the LLM. #16098
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 @xblaauw on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10976
yields this error log:
@xblaauw commented on GitHub (Feb 28, 2025):
I just realized, i took the screenshot, realized i had done a few messy attempts. I redid it using claude haiku to get a clean error log. So there is a small discrepancy there.
@spammenotinoz commented on GitHub (Feb 28, 2025):
Ideally it would not call the LLM at all, or at worst the task model. Current setup if someone has a thinking model open, it keep calling the thinking model.
I like the picture though
@xblaauw commented on GitHub (Feb 28, 2025):
That would be a quick way to get rid of the error yes. But using a vision enabled model - it would be nice to discuss the generation with the model, and suggest changes. For that usecase, including the image in the message history correctly would be required.