This repository was archived by the owner on Apr 9, 2026. It is now read-only.
What's New
Multi-Image Context for Vision Models
- Previous images (up to 5) are now sent alongside the current image when memory is enabled
- Images are sent in chronological order (oldest first) so Molmo can correctly reference them
- Prompt includes ordering annotation so the model knows which image is "previous" vs "current"
- Image history is cleaned up when memory is disabled or
/clearis used
This fixes the issue where Molmo would confuse the order of images when asked to compare them.