We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec198f commit d6f1d25Copy full SHA for d6f1d25
apps/setting/models_provider/impl/wenxin_model_provider/credential/llm.py
@@ -27,7 +27,7 @@ class WenxinLLMModelParams(BaseForm):
27
_step=0.01,
28
precision=2)
29
30
- max_tokens = forms.SliderField(
+ max_output_tokens = forms.SliderField(
31
TooltipLabel(_('Output the maximum Tokens'),
32
_('Specify the maximum number of tokens that the model can generate')),
33
required=True, default_value=1024,
0 commit comments