mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 03:55:52 +08:00
FIX: fix the temperature value of ollama model (#4027)
This commit is contained in:
parent
e2a78888b9
commit
332baca538
@ -451,7 +451,7 @@ class OllamaLargeLanguageModel(LargeLanguageModel):
|
|||||||
"more creatively. (Default: 0.8)"),
|
"more creatively. (Default: 0.8)"),
|
||||||
default=0.1,
|
default=0.1,
|
||||||
min=0,
|
min=0,
|
||||||
max=2
|
max=1
|
||||||
),
|
),
|
||||||
ParameterRule(
|
ParameterRule(
|
||||||
name=DefaultParameterName.TOP_P.value,
|
name=DefaultParameterName.TOP_P.value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user