kevinhermawan / Ollamac

Mac app for Ollama
Other
1.23k stars 66 forks source link

Question: Allowing Access to Files on Mac #39

Open stardomains3 opened 8 months ago

stardomains3 commented 8 months ago

Dragging a file to the prompt gives the file path but a prompt like "summarize: /Users/mymcbook/Desktop/example.pdf" gives an answer that it doesn't have access to file. I have given the app full disk access. Is this function not possible currently?

kevinhermawan commented 8 months ago

Hi @stardomains3, currently Ollamac does not support chat with documents. You can only chat with the models.

jsmith0b111 commented 8 months ago

Related to this, I was trying to use the multimodal model llava with prompts like this "What is this image? /Users/fred/Desktop/IMG.jpg". It appears that the file name is not getting to the model. Should this work?