fix: correct MiniMax Lightning hint

main
Peter Steinberger 2026-01-12 07:57:12 +00:00
parent 3fba8ceb97
commit b8f8e7f4dd
1 changed files with 1 additions and 1 deletions

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