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