adjust model temperature value
This commit is contained in:
parent
2530a25b71
commit
5505d3fef6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class OllamaEmbeddingsComponent(LCModelComponent):
|
|||
FloatInput(
|
||||
name="temperature",
|
||||
display_name="Model Temperature",
|
||||
value=1.0,
|
||||
value=0.1,
|
||||
advanced=True,
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue