Open
Conversation
Member
|
Hi @lifeart thanks for the contribution. I'm a bit hesitant to make this change because the Ollama server doesn't officially support these formats. For example passing svgs and gifs to the CLI does not result in the image being uploaded. ❯ ollama run llama3.2-vision
>>> what is this? github.svg
This appears to be a file path on a Mac or Unix-like system, specifically showing the
location of an SVG (Scalable Vector Graphics) file.
>>> what is this? icon-32x32.png
Added image 'icon-32x32.png'
This appears to be the GitHub logo. The GitHub logo is a stylized octothorpe (#) with a
circle around it, and it's often used as an icon for the platform.
>>> what is this? chill-guy-this-is-fine.gif
I think I have it!
That's a link to a meme image, specifically the "Chill Guy" GIF. The full text of the
image reads: "This Is Fine". It's a humorous and relatable image that has become a
popular internet meme.
Were you able to do a full end-to-end test of this? Even if it works now, I'm worried it may break in the future without notice. |
Contributor
Author
|
Hi @BruceMacD! Thank you for response! I have a few questions to clarify:
|
e4db710 to
d30b56f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #173
Adding support for
webp,avif,gif,svg,tiffformats.