LLMFarm icon indicating copy to clipboard operation
LLMFarm copied to clipboard

Image recognition mixing context

Open damiandudycz opened this issue 1 year ago • 0 comments

Im experimenting with image recognition with various models. I have noticed, that after the first image it responds correctly, but when you send next one in next message it tends to mix these two and describes them both, like as it was a single image with these two contents. Im wondering if this can be somehow corrected with some kind of prompting or designing the message correctly. Only solution I have found so far is to reset the context when sending an image, and then it's like starting from scratch. But this solution is not perfect, as the consequence is that model forgets previous conversation context. Any recommendations what can I do with this issue?

damiandudycz avatar Sep 18 '24 09:09 damiandudycz