Skip to content

Commit

Permalink
💄 style: Updatet doubao const
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Aug 30, 2024
1 parent df6df26 commit fa9601b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import CodeGeeX from '@/CodeGeeX';
import Cohere from '@/Cohere';
import Dbrx from '@/Dbrx';
import DeepSeek from '@/DeepSeek';
import Doubao from '@/Doubao';
import Fireworks from '@/Fireworks';
import FishAudio from '@/FishAudio';
import Gemini from '@/Gemini';
Expand Down Expand Up @@ -114,5 +115,6 @@ 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 fa9601b

Please sign in to comment.