-
Notifications
You must be signed in to change notification settings - Fork 30
Support Images #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
With some tweaks to how we use the clipboard, there's no reason you couldn't copy an image instead and send it to a vision model.
Tauri's clipboard (
arboardunder the hood) literally has a methodget_imagewhich could be used. Not sure the best way to do this without basically always checking to see if whatever was copied was an image.