mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 17:44:57 +08:00
fix: model version field name
This commit is contained in:
@@ -14,7 +14,7 @@ const sdCommonParams = (model: string, data: any) => {
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: locales.SdPanel.ChildModel,
|
||||
name: locales.SdPanel.ModelVersion,
|
||||
value: "model",
|
||||
type: "select",
|
||||
default: 0,
|
||||
|
Reference in New Issue
Block a user