chyok / ollama-gui

A single-file tkinter-based Ollama GUI project with no external dependencies.
https://chyok.github.io/ollama-gui/
MIT License
106 stars 15 forks source link

How to upload files and pictures #5

Open omaidb opened 1 month ago

omaidb commented 1 month ago

Very useful, it would be better if it can save pictures and files

chyok commented 1 month ago

Are you referring to uploading images and files? I will add this feature if I have time later. Currently, there aren't many multimodal models available on Ollama.

shouryan01 commented 1 month ago

Here are all the Ollama multimodal models. Llava is pretty good!

chyok commented 1 month ago

Thank you for the recommendations. I tried it out, and if I want to support the display of various types of images and the parsing of certain files, I would need to introduce a third-party library, which is a bit different from my original intention. If I don't display the images and only show file links, the UI design would also look a bit strange.