Skip to content

Commit d39d02e

Browse files
committed
Show DeepSeek V4 Flash above MiniMax M2.7 in freebuff Unlimited section
1 parent 39caa66 commit d39d02e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

common/src/constants/freebuff-models.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@ export const FREEBUFF_MODELS = [
8181
tagline: 'Balanced',
8282
availability: 'always',
8383
},
84-
{
85-
id: FREEBUFF_MINIMAX_MODEL_ID,
86-
displayName: 'MiniMax M2.7',
87-
tagline: 'Fastest',
88-
availability: 'always',
89-
},
9084
{
9185
id: FREEBUFF_DEEPSEEK_V4_FLASH_MODEL_ID,
9286
displayName: 'DeepSeek V4 Flash',
9387
tagline: 'Most efficient',
9488
availability: 'always',
9589
warning: 'Collects data for training',
9690
},
91+
{
92+
id: FREEBUFF_MINIMAX_MODEL_ID,
93+
displayName: 'MiniMax M2.7',
94+
tagline: 'Fastest',
95+
availability: 'always',
96+
},
9797
] as const satisfies readonly FreebuffModelOption[]
9898

9999
export const LEGACY_FREEBUFF_MODELS = [

freebuff/web/src/app/home-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const faqs = [
2626
{
2727
question: 'What models do you use?',
2828
answer:
29-
'You can choose from:\n\n- DeepSeek V4 Pro: smartest. Its API collects data for training.\n- Kimi K2.6: balanced.\n- MiniMax M2.7: fastest.\n- DeepSeek V4 Flash: most efficient. Its API also collects data for training.\n\nAlso, Gemini 3.1 Flash Lite handles file finding and research. Connect your ChatGPT subscription to unlock GPT-5.4 for deep thinking.',
29+
'You can choose from:\n\n- DeepSeek V4 Pro: smartest. Its API collects data for training.\n- Kimi K2.6: balanced.\n- DeepSeek V4 Flash: most efficient. Its API also collects data for training.\n- MiniMax M2.7: fastest.\n\nAlso, Gemini 3.1 Flash Lite handles file finding and research. Connect your ChatGPT subscription to unlock GPT-5.4 for deep thinking.',
3030
},
3131
{
3232
question: 'Which countries is Freebuff available in?',

0 commit comments

Comments
 (0)