fix: correct MiniMax Lightning hint

This commit is contained in:
Peter Steinberger
2026-01-12 07:57:12 +00:00
parent 3fba8ceb97
commit b8f8e7f4dd

View File

@@ -184,7 +184,7 @@ export function buildAuthChoiceOptions(params: {
options.push({ options.push({
value: "minimax-api-lightning", value: "minimax-api-lightning",
label: "MiniMax M2.1 Lightning", label: "MiniMax M2.1 Lightning",
hint: "Faster, lower cost", hint: "Faster, higher output cost",
}); });
if (params.includeSkip) { if (params.includeSkip) {
options.push({ value: "skip", label: "Skip for now" }); options.push({ value: "skip", label: "Skip for now" });