mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Change the max_token of the Qianfan large model to max_output_token (#2955)
This commit is contained in:
parent
0ec198fa43
commit
d6f1d25b59
|
|
@ -27,7 +27,7 @@ class WenxinLLMModelParams(BaseForm):
|
|||
_step=0.01,
|
||||
precision=2)
|
||||
|
||||
max_tokens = forms.SliderField(
|
||||
max_output_tokens = forms.SliderField(
|
||||
TooltipLabel(_('Output the maximum Tokens'),
|
||||
_('Specify the maximum number of tokens that the model can generate')),
|
||||
required=True, default_value=1024,
|
||||
|
|
|
|||
Loading…
Reference in New Issue