Skip to content

Commit

Permalink
💄 style: add InternLM provider icon (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: CanisMinor <i@canisminor.cc>
  • Loading branch information
hezhijie0327 and canisminor1990 authored Nov 18, 2024
1 parent 34bd6ab commit 147d091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/providerConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Groq from '@/Groq';
import Higress from '@/Higress';
import HuggingFace from '@/HuggingFace';
import Hunyuan from '@/Hunyuan';
import InternLM from '@/InternLM';
import LmStudio from '@/LmStudio';
import LobeHub from '@/LobeHub';
import Minimax from '@/Minimax';
Expand Down Expand Up @@ -182,5 +183,6 @@ export const providerMappings: ProviderMapping[] = [
combineMultiple: 1.1,
keywords: [ModelProvider.Cloudflare],
},
{ Icon: InternLM, combineMultiple: 0.95, keywords: [ModelProvider.InternLM] },
{ Icon: Higress, keywords: [ModelProvider.Higress] },
];
1 change: 1 addition & 0 deletions src/features/providerEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export enum ModelProvider {
Higress = 'higress',
HuggingFace = 'huggingface',
Hunyuan = 'hunyuan',
InternLM = 'internlm',
LmStudio = 'lmstudio',
LobeHub = 'lobehub',
Minimax = 'minimax',
Expand Down

0 comments on commit 147d091

Please sign in to comment.