Skip to content

Commit 479887a

Browse files
jahoomaclaude
andcommitted
Tighten freebuff model taglines
GLM 5.1 → "Smartest", MiniMax M2.7 → "Fastest". Single-word labels read better next to the live "N ahead" hint than a full sentence. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d93c103 commit 479887a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/constants/freebuff-models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ export const FREEBUFF_MODELS = [
1919
{
2020
id: 'z-ai/glm-5.1',
2121
displayName: 'GLM 5.1',
22-
tagline: 'Strong all-rounder.',
22+
tagline: 'Smartest',
2323
},
2424
{
2525
id: 'minimax/minimax-m2.7',
2626
displayName: 'MiniMax M2.7',
27-
tagline: 'Fast, lighter wait.',
27+
tagline: 'Fastest',
2828
},
2929
] as const satisfies readonly FreebuffModelOption[]
3030

0 commit comments

Comments
 (0)