mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
feat: Prompt templates should be able to insert clipboard image and show image. (Image-Text-to-Text /Visual Question Answering /Document Question Answering) #1052
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 @tqangxl on GitHub (May 28, 2024).
add feature to upload images directly from my clipboard, When using multimodal models that combine text and images, such as Image-Text-to-Text, Visual Question Answering, or Document Question Answering, it is quite common to utilize images. Having a feature that allows for the easy uploading of images from your clipboard, like a prompt template, would be more convenient.
@tjbck commented on GitHub (Jun 8, 2024):
Added on dev!