Skip to content

Commit

Permalink
💄 style: Update model const
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Aug 30, 2024
1 parent 42e7754 commit bd4dbc0
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 @@ -19,6 +19,7 @@ import Fireworks from '@/Fireworks';
import FishAudio from '@/FishAudio';
import Gemini from '@/Gemini';
import Gemma from '@/Gemma';
import Google from '@/Google';
import Hunyuan from '@/Hunyuan';
import type { IconAvatarProps } from '@/IconAvatar';
import type { IconCombineProps } from '@/IconCombine';
Expand Down Expand Up @@ -113,4 +114,5 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Ai21, keywords: ['jamba', '^j2-'] },
{ Icon: InternLM, keywords: ['internlm'] },
{ Icon: Upstage, keywords: ['^solar-'] },
{ Icon: Google, keywords: ['google'] },
];

0 comments on commit bd4dbc0

Please sign in to comment.