Skip to content

Commit 6a8e417

Browse files
committed
feat: update for wrong typo
1 parent 63243a9 commit 6a8e417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ const tencentModels = [
623623
"hunyuan-vision",
624624
];
625625

626-
const moonshotModes = [
626+
const moonshotModels = [
627627
"moonshot-v1-auto",
628628
"moonshot-v1-8k",
629629
"moonshot-v1-32k",
@@ -821,7 +821,7 @@ export const DEFAULT_MODELS = [
821821
sorted: 8,
822822
},
823823
})),
824-
...moonshotModes.map((name) => ({
824+
...moonshotModels.map((name) => ({
825825
name,
826826
available: true,
827827
sorted: seq++,

0 commit comments

Comments
 (0)