mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #10592] Error when switching from Vision Model #119262
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 @CoreyB84 on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10592
Hey guys! :)
Here's a new bug to fix. So i was coding using Grok 2 with open web ui and realized i wanted to upload an image so i switched to the Grok 2 vision model in the middle of my chat and uploaded the image, then i wanted to switch back to the non vision model and chat again. And it threw this error:
{'code': 'Client specified an invalid argument', 'error': 'The model does not support image input but some images are present in the request.'}
I can no longer chat with the non vision model now throughout this chat.
Would love this to be updated.
Take care!
New Update for work around:
I deleted the image out of the chat and then had to regenerated the chat with the error and I was able to continue.