Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84d6f33

Browse files
committed
Use model maker as subtitle in selector, not routing mechanic
'HF auto-routed' read as a plumbing detail. Matching the Claude row's 'Anthropic' convention, show who built the model β€” MiniMax, Moonshot AI, Z.ai β€” which is what users actually recognize.
1 parent a2e8010 commit 84d6f33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žfrontend/src/components/Chat/ChatInput.tsxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ const MODEL_OPTIONS: ModelOption[] = [
3232
{
3333
id: 'minimax-m2.7',
3434
name: 'MiniMax M2.7',
35-
description: 'HF auto-routed',
35+
description: 'MiniMax',
3636
modelPath: 'MiniMaxAI/MiniMax-M2.7',
3737
avatarUrl: getHfAvatarUrl('MiniMaxAI/MiniMax-M2.7'),
3838
recommended: true,
3939
},
4040
{
4141
id: 'kimi-k2.6',
4242
name: 'Kimi K2.6',
43-
description: 'HF auto-routed',
43+
description: 'Moonshot AI',
4444
modelPath: 'moonshotai/Kimi-K2.6',
4545
avatarUrl: getHfAvatarUrl('moonshotai/Kimi-K2.6'),
4646
},
4747
{
4848
id: 'glm-5.1',
4949
name: 'GLM 5.1',
50-
description: 'HF auto-routed',
50+
description: 'Z.ai',
5151
modelPath: 'zai-org/GLM-5.1',
5252
avatarUrl: getHfAvatarUrl('zai-org/GLM-5.1'),
5353
},

0 commit comments

Comments
Β (0)