mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #1867] Feat:Can expend the image format type after the image file is downloaded ? #83402
Reference in New Issue
Block a user
Originally created by @Yanyutin753 on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1867
Description
somethings, when we use third-party dall-e-3 similar to openai transfer like coze, the download image format is not all png but webp, so the image can't display properly.
hope
To expend the image format by changing method save_b64_image, save_url_image in /open-webui/backend/apps/images/main.py