[GH-ISSUE #10348] Model profile image could be stripped out from completion packets for better performance under slow network #15863

Closed
opened 2026-04-19 21:57:19 -05:00 by GiteaMirror · 0 comments
Owner

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.Screenshot_20250219-191342.png

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.![Screenshot_20250219-191342.png](https://github.com/user-attachments/assets/b39d0710-a6e2-47a3-9b4c-968dd7a16ed7)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15863