virtUOS / kiwi

A simple and configurable portal to proxy to llms.
https://virtuos.github.io/kiwi/
GNU Affero General Public License v3.0
2 stars 3 forks source link

Fix displaying images in chat when the model returns them #42

Open Odrec opened 3 months ago

Odrec commented 3 months ago

When using images to chat with the model, sometimes the model returns an image link in the answer. Right now that link appears broken in the chat. It would be better to detect the link during streaming and wrap it around st.image or some other way to display these images in the answer.

Example:

Screenshot from 2024-06-12 14-13-28