Skip to content

Commit 147d091

Browse files
💄 style: add InternLM provider icon (lobehub#51)
Co-authored-by: CanisMinor <[email protected]>
1 parent 34bd6ab commit 147d091

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/features/providerConfig.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import Groq from '@/Groq';
2222
import Higress from '@/Higress';
2323
import HuggingFace from '@/HuggingFace';
2424
import Hunyuan from '@/Hunyuan';
25+
import InternLM from '@/InternLM';
2526
import LmStudio from '@/LmStudio';
2627
import LobeHub from '@/LobeHub';
2728
import Minimax from '@/Minimax';
@@ -182,5 +183,6 @@ export const providerMappings: ProviderMapping[] = [
182183
combineMultiple: 1.1,
183184
keywords: [ModelProvider.Cloudflare],
184185
},
186+
{ Icon: InternLM, combineMultiple: 0.95, keywords: [ModelProvider.InternLM] },
185187
{ Icon: Higress, keywords: [ModelProvider.Higress] },
186188
];

src/features/providerEnum.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export enum ModelProvider {
1515
Higress = 'higress',
1616
HuggingFace = 'huggingface',
1717
Hunyuan = 'hunyuan',
18+
InternLM = 'internlm',
1819
LmStudio = 'lmstudio',
1920
LobeHub = 'lobehub',
2021
Minimax = 'minimax',

0 commit comments

Comments
 (0)