Skip to content

Commit

Permalink
💄 style: support Spark Max-32k (lobehub#41)
Browse files Browse the repository at this point in the history
* Update const.ts

* Update const.ts
  • Loading branch information
arvinxx authored Sep 23, 2024
1 parent 0f36d4c commit e31c969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Google, keywords: ['google'] },
{
Icon: Spark,
keywords: ['spark', 'general$', 'generalv3$', 'generalv3.5$', '4.0ultra$', 'pro-128k$'],
keywords: ['spark', 'general$', 'generalv3$', 'generalv3.5$', '4.0ultra$', 'pro-128k$', '^max-32k$'],
},
];

0 comments on commit e31c969

Please sign in to comment.