adjust model temperature value

This commit is contained in:
italojohnny 2024-06-24 08:07:36 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 5505d3fef6

View file

@ -25,7 +25,7 @@ class OllamaEmbeddingsComponent(LCModelComponent):
FloatInput(
name="temperature",
display_name="Model Temperature",
value=1.0,
value=0.1,
advanced=True,
),
]