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 f696abe commit 68299a5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,16 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Upstage, keywords: ['^solar-'] },
{ Icon: PaLM, keywords: ['palm'] },
{ Icon: Google, keywords: ['google'] },
{ Icon: Spark, keywords: ['spark', 'general', 'pro-128k', '4.0ultra'] },
{
Icon: Spark,
keywords: [
'spark',
'general$',
'generalv3$',
'generalv3.5$',
'4.0ultra$',
'pro-128k$',
'4.0ultra$',
],
},
];

0 comments on commit 68299a5

Please sign in to comment.