Skip to content

Commit

Permalink
🐛 fix: Fix doubao
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 13, 2024
1 parent f44c138 commit 37e871d
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 @@ -98,7 +98,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Baichuan, keywords: ['baichuan'] },
{ Icon: Rwkv, keywords: ['rwkv', '/eagle-'] },
{ Icon: Wenxin, keywords: ['ernie'] },
{ Icon: Doubao, keywords: ['^ep-'] },
{ Icon: Doubao, keywords: ['^ep-', 'doubao-'] },
{ Icon: Hunyuan, keywords: ['hunyuan'] },
{ Icon: FishAudio, keywords: ['^d_', '^g_', '^wd_'] },
{ Icon: ByteDance, keywords: ['skylark'] },
Expand Down

0 comments on commit 37e871d

Please sign in to comment.