From 83a87be3fbb0284fb782175077d521afe84069ec Mon Sep 17 00:00:00 2001 From: Zhijie He Date: Tue, 4 Feb 2025 13:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20add=20support=20for=20`?= =?UTF-8?q?360zhinao2-o1`=20&=20`MiniMax-Text-01`=20(#67)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/modelConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/modelConfig.ts b/src/features/modelConfig.ts index 2fd2f5a..b70e584 100644 --- a/src/features/modelConfig.ts +++ b/src/features/modelConfig.ts @@ -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'], @@ -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'] },