Skip to content

Commit 4d8efea

Browse files
committed
update order of video gen options
1 parent be7a2db commit 4d8efea

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Diff for: src/shared/constants/generation.constants.ts

+13-5
Original file line numberDiff line numberDiff line change
@@ -515,17 +515,25 @@ type EnginesDictionary = Record<
515515
whatIf?: string[];
516516
}
517517
>;
518+
/** order of video gen configurations
519+
Kling
520+
Hailou
521+
LTXV
522+
Haiper
523+
Vidu
524+
Mochi
525+
*/
518526
export const engineDefinitions: EnginesDictionary = {
519-
minimax: {
520-
label: 'Hailuo by MiniMax',
521-
description: '',
522-
whatIf: [],
523-
},
524527
kling: {
525528
label: 'Kling',
526529
description: ``,
527530
whatIf: ['mode', 'duration'],
528531
},
532+
minimax: {
533+
label: 'Hailuo by MiniMax',
534+
description: '',
535+
whatIf: [],
536+
},
529537
haiper: {
530538
label: 'Haiper',
531539
description: `Generate hyper-realistic and stunning videos with Haiper's next-gen 2.0 model!`,

0 commit comments

Comments
 (0)