Skip to content

Commit

Permalink
💄 style: add modelIcon support Ministral model from Mistral (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Oct 21, 2024
1 parent 977532d commit e4eabca
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 @@ -86,7 +86,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Moonshot, keywords: ['moonshot'] },
{ Icon: Qwen, keywords: ['qwen'] },
{ Icon: Minimax, keywords: ['minmax', 'abab'] },
{ Icon: Mistral, keywords: ['mistral', 'mixtral', 'codestral', 'mathstral', '/mn-', 'pixtral'] },
{ Icon: Mistral, keywords: ['mistral', 'mixtral', 'codestral', 'mathstral', '/mn-', 'pixtral', 'ministral'] },
{ Icon: Perplexity, keywords: ['pplx', 'sonar'] },
{ Icon: Yi, keywords: ['^yi-', '/yi-', '-yi-'] },
{ Icon: OpenRouter, keywords: ['^openrouter'] },
Expand Down

0 comments on commit e4eabca

Please sign in to comment.