Skip to content

Commit

Permalink
fix: parameter rule (langgenius#8064)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola authored and lau-td committed Oct 23, 2024
1 parent 106d559 commit 55515e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).
Expand Down

0 comments on commit 55515e8

Please sign in to comment.