mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #10348] Model profile image could be stripped out from completion packets for better performance under slow network #15863
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 @leohearts on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10348
Is your feature request related to a problem? Please describe.
Yes, custom models with profile images could be nearly not working when I'm not home.
Describe the solution you'd like
Remove profile_image_url from /api/chat/completions packets , or default to file based profile image when uploading them for models.
Additional context
Models without a picture work well under a mobile network, but custom ones not, because they are sending ~200kb for a single completion request.