feat: Add max tokens setting for model generations
Adds a new setting to control the maximum number of tokens generated by the model. This provides more control over the length of responses and can be useful for limiting the amount of text generated in certain situations.
This commit is contained in:
@@ -70,6 +70,10 @@
|
||||
"label": "コンテキストの数",
|
||||
"placeholder": "コンテキスト数を入力してください(デフォルト:2048)"
|
||||
},
|
||||
"numPredict": {
|
||||
"label": "最大トークン数 (num_predict)",
|
||||
"placeholder": "最大トークン数を入力してください(例:2048、4096)"
|
||||
},
|
||||
"seed": {
|
||||
"label": "シード",
|
||||
"placeholder": "シード値を入力してください(例:1234)",
|
||||
|
||||
Reference in New Issue
Block a user