mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: enhance model selector UI abd added github models icon
This commit is contained in:
parent
8fd7664f8f
commit
292fcb1a2c
4 changed files with 118 additions and 50 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue