Originally created by @leohearts on GitHub (Feb 19, 2025).
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.
Originally created by @leohearts on GitHub (Feb 19, 2025).
---
**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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @leohearts on GitHub (Feb 19, 2025).
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.