TokensTable.js
26.4 KB
-
✨ feat(tokens-table): show “Other” avatar for models without vendor logo · 5a92a5feAdds UI fallback in TokensTable “Available Models” column: • Tracks models already matched to a known vendor icon. • Collects unmatched models and renders a neutral “Other” avatar (labelled via `t('其他')`) with a tooltip listing the model names. • Removes previous generic fallback so every model is now either vendor-specific or grouped under “Other”. This improves clarity for users by explicitly indicating models from unrecognized providers rather than leaving them unlabelled.t0ng7u committed