LibreChat/packages
odrec 308347a7ad feat: add groupIcon property to modelSpecs for custom group icons
Added the ability to define icons for custom model spec groups in the UI selector.

Changes:
- Added  property to TModelSpec type and schema in data-provider
- Created GroupIcon component to render URL or built-in endpoint icons
- Updated CustomGroup component to display group icons
- Added documentation and examples in librechat.example.yaml

Usage:

The groupIcon can be:
- A built-in endpoint key (e.g., "openAI", "anthropic", "groq")
- A URL to a custom icon image

Only the first spec in a group needs groupIcon - all specs share the same icon.
2025-12-03 10:51:18 +01:00
..
api refactor: Optimize & Standardize Tokenizer Usage (#10777) 2025-12-02 12:22:04 -05:00
client 🔐 refactor: MCP User Variable Description Rendering (#10769) 2025-12-02 09:03:22 -05:00
data-provider feat: add groupIcon property to modelSpecs for custom group icons 2025-12-03 10:51:18 +01:00
data-schemas 🔨 fix: Update expiresAt timestamp for tokens (#10740) 2025-12-01 09:45:57 -05:00