andrewnguonly / Lumos

A RAG LLM co-pilot for browsing the web, powered by local LLMs
MIT License
1.36k stars 97 forks source link

Enable chat model for images (multimodal support) #133

Open andrewnguonly opened 6 months ago

andrewnguonly commented 5 months ago

Chat history context interrupts the multimodal chat workflow. It seems like the LLM sometimes uses the previous LLM image description responses as the description for a newly added image.

It may be preferable to disable chat history for multimodal workflow.