🚀 feat: implement official provider logos and custom fallback in leaderboard#49
🚀 feat: implement official provider logos and custom fallback in leaderboard#49nitishchaubeyy wants to merge 1 commit into
Conversation
|
@nitishchaubeyy is attempting to deploy a commit to the aditthyass' projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hey @nitishchaubeyy , thank you for the contribution and the implementation effort 🚀 I have reviewed the changes and noticed modifications to both Could you please confirm whether these changes are only due to the addition of the required dependencies, or if any other packages were updated as well? A brief explanation would help us better understand the impact of these modifications. Also, please attach a few screenshots or a short demo of the implementation so we can verify the UI changes and ensure everything is working as expected. Once we verify the dependency changes and review the implementation screenshots, we will proceed with the final review and merge process. Thanks again for your contribution ,Please star the repo |
Description
This PR resolves the issue of displaying model names as plain text by adding official provider logos next to the model names in both
ModelTableandModelCardcomponents.Key Changes:
@lobehub/iconsfor official logos (OpenAI, Anthropic, Google, Meta, Mistral, DeepSeek, xAI).ProviderLogocomponent.antdand@lobehub/uipeer dependency build errors.Fixes #44