mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Feat:Can expend the image format type after the image file is downloaded ? #766
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 @Yanyutin753 on GitHub (Apr 30, 2024).
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