mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-30 05:18:47 -05:00
Model responds with "you didn't provide an image" or equivalent #1311
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 @Rudd-O on GitHub (Jun 19, 2024).
Bug Report
Various vision-capable models (Llama3, phi3) I've tried ignore the
imagesparameter of the API call/chat. They say things like:It was working first, and now it's no longer working.
No relevant log messages from ollama or Open-WebUI.
Description
Bug Summary:
Chat messages with uploaded images are not recognized as having images.
Steps to Reproduce:
Select image (phone / desktop doesn't matter), type question about image, get error above.
Expected Behavior:
Get image description as I used to get.
Actual Behavior:
See above.
Environment
Open WebUI Version: ghcr.io/open-webui/open-webui:main at the time of this bug report
Ollama (if applicable): 0.1.44 (installed today)
Operating System: Lunix (Fedora 40)
Browser (if applicable): Chromium on mobile, Firefox on desktop.
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Docker.
Additional Information
None.
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!