diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index a9d01e023..806472a64 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -184,7 +184,7 @@ export function buildAuthChoiceOptions(params: { options.push({ value: "minimax-api-lightning", label: "MiniMax M2.1 Lightning", - hint: "Faster, lower cost", + hint: "Faster, higher output cost", }); if (params.includeSkip) { options.push({ value: "skip", label: "Skip for now" });