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