-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use better icons for llama, Gemini, and other models, Issue-#675 #690
Conversation
…odels (Llama, Gemini, Mixtral, Phi)
Lets reduce the size of these as much as you can. We're only going to show them in a very small width x height area, and also the quality can be reduced. Use something like https://squoosh.app/ and make them all PNG. |
Probably the existing ones need to get fixed too, but this looks reasonable. |
I didn't push new changes. Let me do that first |
I was just going to ask... :) |
I pushed new changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try it. Thanks for doing this @hpatel292-seneca, it's appreciated.
I would love to update it. Should I? |
In a new PR? sure. |
So could you please open new issue or should I send PR directly? |
Just send a PR, reference this issue (e.g., "Part of #690") |
In this PR, I’ve updated the
logoUrl
function inChatCraftModel.ts
to improve the icon selection for several new AI models, including Llama, Gemini, Mixtral, and Phi. I’ve added relevant icons for these models and ensured they display properly in the UI. The new icons were sourced and added to the assets folder, and now each model from providers like Meta, Google, and others has a unique, recognizable logo. This helps enhance the user interface by providing more visually distinct and accurate model representations.