Skip to content

Commit

Permalink
🐛 fix: Fix spark const
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Aug 30, 2024
1 parent ac0ee85 commit c709f53
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Google, keywords: ['google'] },
{
Icon: Spark,
keywords: [
'spark',
'general$',
'generalv3$',
'generalv3.5$',
'4.0ultra$',
'pro-128k$',
'4.0ultra$',
],
keywords: ['spark', 'general$', 'generalv3$', 'generalv3.5$', '4.0ultra$', 'pro-128k$'],
},
];

0 comments on commit c709f53

Please sign in to comment.