feat: enhance model selector UI abd added github models icon

This commit is contained in:
Anish Sarkar 2026-04-14 20:35:16 +05:30
parent 8fd7664f8f
commit 292fcb1a2c
4 changed files with 118 additions and 50 deletions

View file

@ -13,6 +13,7 @@ import {
DeepSeekIcon,
FireworksAiIcon,
GeminiIcon,
GitHubModelsIcon,
GroqIcon,
HuggingFaceIcon,
MiniMaxIcon,
@ -82,6 +83,8 @@ export function getProviderIcon(
return <FireworksAiIcon className={cn(className)} />;
case "GOOGLE":
return <GeminiIcon className={cn(className)} />;
case "GITHUB_MODELS":
return <GitHubModelsIcon className={cn(className)} />;
case "GROQ":
return <GroqIcon className={cn(className)} />;
case "HUGGINGFACE":