We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest docker pull, --version says: text-generation-launcher 3.0.0 model used: https://huggingface.co/AI-Safeguard/Ivy-VL-llava
text-generation-launcher 3.0.0
model response:
payload sent by frontends and openAI-spec:
meanwhile tgi expects I assume base64 in an "inputs" key separate from messages or ignores base64 in messages entirely?
either way that breaks compatibility with all frontends and libraries that expect the backend to handle in-line base64.
thanks!
referencing original issue for cross-repo visibility: open-webui/open-webui#7760
base64 image embedded into context is recognized as is with no markdown urls
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System Info
latest docker pull, --version says:
text-generation-launcher 3.0.0
model used: https://huggingface.co/AI-Safeguard/Ivy-VL-llava
Information
Tasks
Reproduction
model response:
payload sent by frontends and openAI-spec:
meanwhile tgi expects I assume base64 in an "inputs" key separate from messages or ignores base64 in messages entirely?
either way that breaks compatibility with all frontends and libraries that expect the backend to handle in-line base64.
thanks!
referencing original issue for cross-repo visibility: open-webui/open-webui#7760
Expected behavior
base64 image embedded into context is recognized as is with no markdown urls
The text was updated successfully, but these errors were encountered: