mirror of https://github.com/langgenius/dify.git
chore: add model select mock
This commit is contained in:
parent
e0f83d06d8
commit
5f65fb1b62
|
|
@ -42,6 +42,7 @@ const mockSchema = [
|
|||
en_US: 'Model',
|
||||
zh_Hans: '模型',
|
||||
},
|
||||
variable: 'model',
|
||||
scope: 'all',
|
||||
},
|
||||
] as Array<CredentialFormSchema & { name: string }>
|
||||
|
|
|
|||
Loading…
Reference in New Issue