mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
Revert "fix: parameter rule" (#8070)
This commit is contained in:
parent
cdb08be951
commit
0cef25ef8c
|
@ -26,7 +26,7 @@ parameter_rules:
|
|||
type: int
|
||||
default: 4
|
||||
min: 1
|
||||
max: 10
|
||||
max: 6
|
||||
help:
|
||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||
en_US: Randomly select one from k candidates (non-equal probability).
|
||||
|
|
|
@ -27,7 +27,7 @@ parameter_rules:
|
|||
type: int
|
||||
default: 4
|
||||
min: 1
|
||||
max: 10
|
||||
max: 6
|
||||
help:
|
||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||
en_US: Randomly select one from k candidates (non-equal probability).
|
||||
|
|
|
@ -26,7 +26,7 @@ parameter_rules:
|
|||
type: int
|
||||
default: 4
|
||||
min: 1
|
||||
max: 10
|
||||
max: 6
|
||||
help:
|
||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||
en_US: Randomly select one from k candidates (non-equal probability).
|
||||
|
|
|
@ -26,7 +26,7 @@ parameter_rules:
|
|||
type: int
|
||||
default: 4
|
||||
min: 1
|
||||
max: 10
|
||||
max: 6
|
||||
help:
|
||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||
en_US: Randomly select one from k candidates (non-equal probability).
|
||||
|
|
|
@ -26,7 +26,7 @@ parameter_rules:
|
|||
type: int
|
||||
default: 4
|
||||
min: 1
|
||||
max: 10
|
||||
max: 6
|
||||
help:
|
||||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
|
||||
en_US: Randomly select one from k candidates (non-equal probability).
|
||||
|
|
Loading…
Reference in New Issue
Block a user