Skip to content

Commit

Permalink
🐛 fix: fix doubao model icon (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Aug 30, 2024
1 parent 7da06b9 commit 0eaaa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Baichuan, keywords: ['baichuan'] },
{ Icon: Rwkv, keywords: ['rwkv'] },
{ Icon: Wenxin, keywords: ['ernie'] },
{ Icon: Doubao, keywords: ['^doubao', 'doubao-'] },
{ Icon: Spark, keywords: ['spark', 'general', 'pro-128k', '4.0ultra'] },
{ Icon: Hunyuan, keywords: ['hunyuan'] },
{ Icon: FishAudio, keywords: ['^d_', '^g_', '^wd_'] },
Expand All @@ -115,6 +116,5 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Ai21, keywords: ['jamba', '^j2-'] },
{ Icon: InternLM, keywords: ['internlm'] },
{ Icon: Upstage, keywords: ['^solar-'] },
{ Icon: Doubao, keywords: ['^doubao', 'doubao-'] },
{ Icon: Google, keywords: ['google'] },
];

0 comments on commit 0eaaa33

Please sign in to comment.