fix: correct MiniMax Lightning hint
This commit is contained in:
@@ -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" });
|
||||||
|
|||||||
Reference in New Issue
Block a user