Skip to content

Commit

Permalink
💄 style: support Spark Lite icon (New model ID: lite)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Oct 25, 2024
1 parent d29e547 commit 9233cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/modelConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const modelMappings: ModelMapping[] = [
'4.0ultra$',
'pro-128k$',
'^max-32k$',
'^lite$',

Check warning on line 140 in src/features/modelConfig.ts

View check run for this annotation

Codecov / codecov/patch

src/features/modelConfig.ts#L140

Added line #L140 was not covered by tests
],
},
];

0 comments on commit 9233cac

Please sign in to comment.