Skip to content

Commit 54ee453

Browse files
committed
Update DeepSeek Flash tagline
1 parent 2cdd99f commit 54ee453

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/constants/freebuff-models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const FREEBUFF_MODELS = [
9090
{
9191
id: FREEBUFF_DEEPSEEK_V4_FLASH_MODEL_ID,
9292
displayName: 'DeepSeek V4 Flash',
93-
tagline: 'Fast',
93+
tagline: 'Most efficient',
9494
availability: 'always',
9595
},
9696
] as const satisfies readonly FreebuffModelOption[]

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: fast.\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- MiniMax M2.7: fastest.\n- DeepSeek V4 Flash: most efficient.\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)