Expected
- Add an image with a prompt.
- Model addresses the image with the prompt appropriately.
- Click "Redo" on the prompt box.
- Model again addresses the image and the prompt.
Actual
Clicking "Redo" only sends the text and not the image.
Example
First prompt with image
You can see it sends 789 tokens, so we can assume most of those are for the image. The model response is appropriate for the meme I gave it.
Clicking "Redo" on the prompt
This time it only sends 24 tokens, so the image was not sent. This model is openrouter/polaris-alpha, which seems to make up random stuff if not given an image to describe. 😅
