fix: correct MiniMax Lightning hint

This commit is contained in:
Peter Steinberger 2026-01-12 07:57:12 +00:00
parent 1abb19bd40
commit 63e81346ae

View File

@ -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" });