mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
How to use Open WebUI API Endpoints to implement multi-modal conversation function? #3068
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 @CCChiu0419 on GitHub (Dec 23, 2024).
Detailed description
Hello developer team,
Thank you so much for such a great tool! I'm having some difficulty using Open WebUI API Endpoints. According to the instructions in the file, I understand how to have a simple text conversation, but I would like to take it a step further and implement multi-modal conversation functionality, such as adding multiple images to the conversation.
Steps to reproduce
expected behavior
Want to be able to send a request containing text and images to the API and get the appropriate multi-modal talkback in response.
Actual behavior
When I tried to include the image in the request, I couldn't find the relevant documentation, and it wasn't clear how I should structure such a request correctly.
Request description
How can I use the function of Open WebUI API Endpoints to implement multi-modal conversation function? Specifically, how should I include multiple images in my request?
Thank you for taking the time to review this issue and hope to receive your help or guidance. Many thanks!
Thanks!
Best regards,
CCChiu