Skip to content

Commit c709f53

Browse files
🐛 fix: Fix spark const
1 parent ac0ee85 commit c709f53

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/ModelIcon/const.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,6 @@ export const modelMappings: ModelMapping[] = [
126126
{ Icon: Google, keywords: ['google'] },
127127
{
128128
Icon: Spark,
129-
keywords: [
130-
'spark',
131-
'general$',
132-
'generalv3$',
133-
'generalv3.5$',
134-
'4.0ultra$',
135-
'pro-128k$',
136-
'4.0ultra$',
137-
],
129+
keywords: ['spark', 'general$', 'generalv3$', 'generalv3.5$', '4.0ultra$', 'pro-128k$'],
138130
},
139131
];

0 commit comments

Comments
 (0)