Skip to content

Commit

Permalink
💄 style: add support for 360zhinao2-o1 & MiniMax-Text-01 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Feb 4, 2025
1 parent 0a9ea07 commit 83a87be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/modelConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Gemma, keywords: ['gemma'] },
{ Icon: Moonshot, keywords: ['moonshot'] },
{ Icon: Qwen, keywords: ['qwen', 'qwq', 'qvq'] },
{ Icon: Minimax, keywords: ['minmax', 'abab'] },
{ Icon: Minimax, keywords: ['minimax', 'abab'] },
{
Icon: Mistral,
keywords: ['mistral', 'mixtral', 'codestral', 'mathstral', '/mn-', 'pixtral', 'ministral'],
Expand All @@ -102,7 +102,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Dbrx, keywords: ['dbrx'] },
{ Icon: Stepfun, keywords: ['step'] },
{ Icon: AiMass, keywords: ['taichu'] },
{ Icon: Ai360, keywords: ['360gpt'] },
{ Icon: Ai360, keywords: ['360gpt', '360zhinao'] },
{ Icon: Baichuan, keywords: ['baichuan'] },
{ Icon: Rwkv, keywords: ['rwkv', '/eagle-'] },
{ Icon: Wenxin, keywords: ['ernie'] },
Expand Down

0 comments on commit 83a87be

Please sign in to comment.