Skip to content

Commit

Permalink
Update modelConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Feb 2, 2025
1 parent c473155 commit 6f628a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/modelConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Gemini, keywords: ['gemini'] },
{ Icon: Gemma, keywords: ['gemma'] },
{ Icon: Moonshot, keywords: ['moonshot'] },
{ Icon: Qwen, keywords: ['qwen', 'qwq'] },
{ Icon: Qwen, keywords: ['qwen', 'qwq', 'qvq'] },

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

View check run for this annotation

Codecov / codecov/patch

src/features/modelConfig.ts#L90

Added line #L90 was not covered by tests
{ Icon: Minimax, keywords: ['minmax', 'abab'] },
{
Icon: Mistral,
Expand Down

0 comments on commit 6f628a8

Please sign in to comment.