mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-22 08:28:08 +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