mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 02:31:08 +08:00
feat: update for wrong typo
This commit is contained in:
@@ -623,7 +623,7 @@ const tencentModels = [
|
|||||||
"hunyuan-vision",
|
"hunyuan-vision",
|
||||||
];
|
];
|
||||||
|
|
||||||
const moonshotModes = [
|
const moonshotModels = [
|
||||||
"moonshot-v1-auto",
|
"moonshot-v1-auto",
|
||||||
"moonshot-v1-8k",
|
"moonshot-v1-8k",
|
||||||
"moonshot-v1-32k",
|
"moonshot-v1-32k",
|
||||||
@@ -821,7 +821,7 @@ export const DEFAULT_MODELS = [
|
|||||||
sorted: 8,
|
sorted: 8,
|
||||||
},
|
},
|
||||||
})),
|
})),
|
||||||
...moonshotModes.map((name) => ({
|
...moonshotModels.map((name) => ({
|
||||||
name,
|
name,
|
||||||
available: true,
|
available: true,
|
||||||
sorted: seq++,
|
sorted: seq++,
|
||||||
|
Reference in New Issue
Block a user