We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d503c8 commit 33b1cd6Copy full SHA for 33b1cd6
apps/setting/models_provider/impl/ollama_model_provider/credential/llm.py
@@ -25,7 +25,7 @@ class OllamaLLMModelParams(BaseForm):
25
_step=0.01,
26
precision=2)
27
28
- max_tokens = forms.SliderField(
+ num_predict = forms.SliderField(
29
TooltipLabel(_('Output the maximum Tokens'),
30
_('Specify the maximum number of tokens that the model can generate')),
31
required=True, default_value=1024,
0 commit comments