mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Possible workaround for the issues with multimodal... #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joakimeriksson on GitHub (Feb 26, 2024).
Multimodal request seems to currently ignore the initial prompt - the multimodal example in this repo is not really working if you change the prompt. This is a changed version that seems to work - but includes a workaround:
@eliranwong commented on GitHub (Feb 28, 2024):
Thanks, I also noted aout the ignorance, but haven't thought about this workaround
@mxyng commented on GitHub (Mar 6, 2024):
This should be fixed upstream in ollama by prepending the image tag rather than appending. This should be fixed by https://github.com/ollama/ollama/pull/2789 which is released in 0.1.28