Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow upload images for multimodal chats #22

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

brdebr
Copy link

@brdebr brdebr commented Mar 9, 2024

Hi, I've been using you project to experiment with ollama and it was perfect for my use cases.
But I've encountered that ollama also supports uploading an image for vision models like llava, so I've added this simple implementation of allowing to upload an image to the chat so I can experiment with llava too.
It should fix #18 🙂

But I've changed quite a few things so I don't know if you want to merge it like this.

I've removed the top model selector and moved it to the settings component.
Also removing this removed functionality of editing the chat name, so that needs to be placed somewhere too.

Some previews:

Captura de pantalla 2024-03-09 134407


Captura de pantalla 2024-03-09 134514


Captura de pantalla 2024-03-09 134915

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for multimodal models
1 participant